Skip to content

Commit

Permalink
Updated version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Forceu committed Apr 14, 2023
1 parent 9a91349 commit 1e75b96
Show file tree
Hide file tree
Showing 2 changed files with 2 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 @@ -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"
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,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
Expand Down

0 comments on commit 1e75b96

Please sign in to comment.