Skip to content

Commit

Permalink
chore: upgrade version to v0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
boojack committed Aug 22, 2023
1 parent e91050c commit 8612715
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -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" {
Expand Down
2 changes: 2 additions & 0 deletions store/db/migration/prod/0.5/00_idp.sql
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
DROP TABLE IF EXISTS idp;

-- idp
CREATE TABLE idp (
id INTEGER PRIMARY KEY AUTOINCREMENT,
Expand Down

0 comments on commit 8612715

Please sign in to comment.