mirror of
https://github.com/IceWhaleTech/CasaOS.git
synced 2025-06-16 05:55:33 +00:00
* switch branches * update user interface * switch branch * switch branch * change branch * submit 0.3.3 * Update UI * update version function * Update UI * Update user.go * update disk * update person info interface * Update main.go * Update UI * update alpha * updata ui * Update assist.sh * Update assist.sh * update update function * add upload sh * Update init.go * upload shell script * Update system.go * update update.sh * Update init.go * update update.sh * update update.sh * Update update.sh * Update system.go * Update system.go * update UI * Update CHANGELOG.md
16 lines
351 B
Go
16 lines
351 B
Go
/*
|
|
* @Author: LinkLeong link@icewhale.com
|
|
* @Date: 2022-02-17 18:53:22
|
|
* @LastEditors: LinkLeong
|
|
* @LastEditTime: 2022-07-01 15:15:09
|
|
* @FilePath: /CasaOS/types/system.go
|
|
* @Description:
|
|
* @Website: https://www.casaos.io
|
|
* Copyright (c) 2022 by icewhale, All Rights Reserved.
|
|
*/
|
|
package types
|
|
|
|
const CURRENTVERSION = "0.3.3"
|
|
|
|
const BODY = ""
|