mirror of
https://github.com/drakkan/sftpgo.git
synced 2025-12-06 22:30:56 +03:00
version: only git commit and build date must be modifiable
Improved some test cases too
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
package utils
|
||||
|
||||
const version = "0.9.0-dev"
|
||||
|
||||
var (
|
||||
version = "0.9.0-dev"
|
||||
commit = ""
|
||||
date = ""
|
||||
versionInfo VersionInfo
|
||||
|
||||
Reference in New Issue
Block a user