mirror of
https://github.com/Forceu/Gokapi.git
synced 2026-01-06 08:59:37 -06:00
Changed version number
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user