2022-11-15 15:56:08 +08:00
|
|
|
/*
|
|
|
|
* @Author: LinkLeong link@icewhale.org
|
|
|
|
* @Date: 2022-11-15 15:51:44
|
|
|
|
* @LastEditors: LinkLeong
|
|
|
|
* @LastEditTime: 2022-11-15 15:56:03
|
|
|
|
* @FilePath: /CasaOS/types/system.go
|
|
|
|
* @Description:
|
|
|
|
* @Website: https://www.casaos.io
|
|
|
|
* Copyright (c) 2022 by icewhale, All Rights Reserved.
|
|
|
|
*/
|
2022-10-20 02:25:26 -04:00
|
|
|
/*@Author: LinkLeong link@icewhale.com
|
|
|
|
*@Date: 2022-02-17 18:53:22
|
|
|
|
*@LastEditors: LinkLeong
|
|
|
|
*@LastEditTime: 2022-09-06 14:27:42
|
|
|
|
*@FilePath: /CasaOS/types/system.go
|
|
|
|
*@Description:
|
|
|
|
*@Website: https://www.casaos.io
|
|
|
|
*Copyright (c) 2022 by icewhale, All Rights Reserved.
|
2022-05-13 18:12:26 +08:00
|
|
|
*/
|
2021-09-26 10:35:02 +08:00
|
|
|
package types
|
|
|
|
|
2023-01-30 17:01:47 -05:00
|
|
|
const CURRENTVERSION = "0.4.2"
|
2022-01-20 18:41:49 +08:00
|
|
|
|
2022-08-15 11:37:21 +08:00
|
|
|
const BODY = " "
|