From 0ec822fb55174ad4a3b8facf900fb7f987dd9234 Mon Sep 17 00:00:00 2001 From: Marc Ole Bulling Date: Mon, 30 Sep 2024 17:06:16 +0200 Subject: [PATCH] Changed 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 593b2996..3f35a6c6 100644 --- a/cmd/gokapi/Main.go +++ b/cmd/gokapi/Main.go @@ -33,7 +33,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.9.1" +const versionGokapi = "1.9.2" // 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 f5fe72a5..bd4784f7 100644 --- a/internal/webserver/web/templates/string_constants.tmpl +++ b/internal/webserver/web/templates/string_constants.tmpl @@ -1,5 +1,5 @@ // File contains auto-generated values. Do not change manually -{{define "version"}}1.9.1{{end}} +{{define "version"}}1.9.2{{end}} // Specifies the version of JS files, so that the browser doesn't // use a cached version, if the file has been updated