mirror of
https://github.com/IceWhaleTech/CasaOS.git
synced 2025-06-16 05:55:33 +00:00
* delete connect * update user * change branch * API feedback (#341) * wip * wip * wip * wip * wip * wip * wip * wip * change branch * update route * change branch * Update route.go * 0.3.4 Function development completed * Update system.go * update ui * Completed v0.3.4 and released alpha Co-authored-by: Tiger Wang (王豫) <tigerwang@outlook.com>
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-18 18:47:15
|
|
* @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.4"
|
|
|
|
const BODY = ""
|