mirror of
https://github.com/IceWhaleTech/CasaOS.git
synced 2025-06-16 05:55:33 +00:00
* initial completion of the sharing function * Adjusting multi-partition disk mounts * Add file sharing function * update usb auto mount shell * update samba config * add umount disk function * update change log * update usb auto mount \ * update usb auto mount * Update periodical.go
16 lines
352 B
Go
16 lines
352 B
Go
/*
|
|
* @Author: LinkLeong link@icewhale.com
|
|
* @Date: 2022-02-17 18:53:22
|
|
* @LastEditors: LinkLeong
|
|
* @LastEditTime: 2022-08-10 13:50:57
|
|
* @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.5"
|
|
|
|
const BODY = " "
|