mirror of
https://github.com/Forceu/Gokapi.git
synced 2026-04-29 19:10:09 -05:00
Changed version number
This commit is contained in:
+2
-2
@@ -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}}
|
||||
|
||||
Reference in New Issue
Block a user