From 1e75b9641dc0369dd61d040b71992b03adb9d0e6 Mon Sep 17 00:00:00 2001 From: Marc Ole Bulling Date: Fri, 14 Apr 2023 19:42:26 +0200 Subject: [PATCH] Updated version number --- cmd/gokapi/Main.go | 2 +- internal/webserver/web/templates/string_constants.tmpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/gokapi/Main.go b/cmd/gokapi/Main.go index afe64a8..34368d7 100644 --- a/cmd/gokapi/Main.go +++ b/cmd/gokapi/Main.go @@ -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" diff --git a/internal/webserver/web/templates/string_constants.tmpl b/internal/webserver/web/templates/string_constants.tmpl index bb951a2..a8b7559 100644 --- a/internal/webserver/web/templates/string_constants.tmpl +++ b/internal/webserver/web/templates/string_constants.tmpl @@ -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