Skip to content

Commit

Permalink
fix: db
Browse files Browse the repository at this point in the history
  • Loading branch information
zijiren233 committed Jan 12, 2025
1 parent d63be92 commit 6c027d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/db/update.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type dbVersion struct {
NextVersion string
}

const CurrentVersion = "0.0.10"
const CurrentVersion = "0.0.11"

var models = []any{
new(model.Setting),
Expand Down

0 comments on commit 6c027d1

Please sign in to comment.