Changed version number

This commit is contained in:
Marc Ole Bulling
2021-07-03 17:36:28 +02:00
parent 4172caad49
commit 18902ac954
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -23,9 +23,9 @@ import (
// Version is the current version in readable form.
// The go generate call below needs to be modified as well
const Version = "1.3.1-dev"
const Version = "1.3.1"
//go:generate sh "../../build/setVersionTemplate.sh" "1.3.1-dev"
//go:generate sh "../../build/setVersionTemplate.sh" "1.3.1"
// Main routine that is called on startup
func main() {
@@ -1,2 +1,2 @@
{{define "app_name"}}Gokapi{{end}}
{{define "version"}}1.3.1-dev{{end}}
{{define "version"}}1.3.1{{end}}