Skip to content

Commit

Permalink
Changed version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Forceu committed Dec 7, 2024
1 parent be589fc commit 945b50c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/gokapi/Main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
5 changes: 5 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Expand Down
2 changes: 1 addition & 1 deletion internal/webserver/web/templates/string_constants.tmpl
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 945b50c

Please sign in to comment.