Changed version number

This commit is contained in:
Marc Ole Bulling
2024-12-07 20:57:36 +01:00
parent be589fc758
commit 945b50cb5e
3 changed files with 7 additions and 2 deletions

View File

@@ -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.3"
const versionGokapi = "1.9.4"
// 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

@@ -8,6 +8,11 @@ Overview of all Changes
-----------------------
v1.9.4: 07 Dec 2024
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
* Fixed a crash caused by an incorrectly upgraded database version #215
v1.9.3: 07 Dec 2024
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

View File

@@ -1,5 +1,5 @@
// File contains auto-generated values. Do not change manually
{{define "version"}}1.9.3{{end}}
{{define "version"}}1.9.4{{end}}
// Specifies the version of JS files, so that the browser doesn't
// use a cached version, if the file has been updated