add selfnames to version file

This commit is contained in:
sentriz
2020-01-21 13:34:17 +00:00
parent 94b310b165
commit 2abd3cf70b
6 changed files with 19 additions and 19 deletions

View File

@@ -42,6 +42,10 @@ cat > version/version.go << EOL
package version
const NAME = "gonic"
const NAME_UPPER = "GONIC"
const NAME_EMBED = "gonicembed"
const NAME_SCAN = "gonicscan"
const VERSION = "$new_version"
EOL