0155dc1877
Signed-off-by: Tiger Wang <tigerwang@outlook.com>
24 lines
629 B
Go
24 lines
629 B
Go
/*
|
|
* @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.
|
|
*/
|
|
/*@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.
|
|
*/
|
|
package types
|
|
|
|
const CURRENTVERSION = "0.4.1"
|
|
|
|
const BODY = " "
|