mirror of
https://github.com/on4kjm/FLEcli.git
synced 2025-01-31 06:51:02 +01:00
Rename Version file
This commit is contained in:
parent
b9bb5e8f5e
commit
134489772b
2 changed files with 5 additions and 4 deletions
5
cmd/FLEcli_version.go
Normal file
5
cmd/FLEcli_version.go
Normal file
|
@ -0,0 +1,5 @@
|
|||
package cmd
|
||||
|
||||
//VersionString is the version that will be displayed with the -v switch
|
||||
const VersionString = "v0.0.0 2020-07-11"
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
package cmd
|
||||
|
||||
const VersionString = "v0.0.0 2020-07-11"
|
||||
|
Loading…
Reference in a new issue