Updated version numbers

This commit is contained in:
Marc Ole Bulling
2024-07-12 19:52:24 +02:00
parent e0741c86c0
commit e704904ed1
3 changed files with 3 additions and 3 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.8.4"
const versionGokapi = "1.9.0-beta"
// 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

@@ -17,7 +17,7 @@ type DatabaseProvider struct {
sqliteDb *sql.DB
}
const DatabaseSchemeVersion = 2
const DatabaseSchemeVersion = 3
// New returns an instance
func New(dbConfig models.DbConnection) (DatabaseProvider, error) {

View File

@@ -1,5 +1,5 @@
// Change these for rebranding
{{define "version"}}1.8.4{{end}}
{{define "version"}}1.9.0-beta{{end}}
// Specifies the version of JS files, so that the browser doesn't
// use a cached version, if the file has been updated