mirror of
https://github.com/Forceu/Gokapi.git
synced 2025-12-30 21:39:36 -06:00
Updated version numbers
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.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"
|
||||
|
||||
@@ -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) {
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user