chore: upgrade version to v0.4.3

This commit is contained in:
Steven 2023-08-22 23:05:04 +08:00
parent e91050c803
commit 8612715371
2 changed files with 4 additions and 2 deletions

View File

@ -9,10 +9,10 @@ import (
// Version is the service current released version.
// Semantic versioning: https://semver.org/
var Version = "0.4.2"
var Version = "0.4.3"
// DevVersion is the service current development version.
var DevVersion = "0.4.2"
var DevVersion = "0.4.3"
func GetCurrentVersion(mode string) string {
if mode == "dev" || mode == "demo" {

View File

@ -1,3 +1,5 @@
DROP TABLE IF EXISTS idp;
-- idp
CREATE TABLE idp (
id INTEGER PRIMARY KEY AUTOINCREMENT,