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

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() {