Updated version number

This commit is contained in:
Marc Ole Bulling
2023-04-14 19:42:26 +02:00
parent 9a913492ac
commit 1e75b9641d
2 changed files with 2 additions and 2 deletions

View File

@@ -30,7 +30,7 @@ import (
// versionGokapi is the current version in readable form.
// Other version numbers can be modified in /build/go-generate/updateVersionNumbers.go
const versionGokapi = "1.7.0"
const versionGokapi = "1.7.1"
// The following calls update the version numbers, update documentation, minify Js/CSS and build the WASM modules
//go:generate go run "../../build/go-generate/updateVersionNumbers.go"

View File

@@ -1,6 +1,6 @@
// Change these for rebranding
{{define "app_name"}}Gokapi{{end}}
{{define "version"}}1.7.0{{end}}
{{define "version"}}1.7.1{{end}}
// Specifies the version of JS files, so that the browser doesn't
// use a cached version, if the file has been updated