mirror of
https://github.com/akyaiy/GoSally-mvp.git
synced 2026-01-06 14:12:26 +00:00
Update version string format in Makefile and code files to use 'v' prefix
This commit is contained in:
@@ -22,7 +22,7 @@ type _updateConsts struct{}
|
||||
func GetUpdateConsts() _updateConsts { return _updateConsts{} }
|
||||
func (_ _updateConsts) GetNodeVersion() string {
|
||||
if NodeVersion == "" {
|
||||
return "version0.0.0-none"
|
||||
return "v0.0.0-none"
|
||||
}
|
||||
return NodeVersion
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user