Skip to content

Commit 848f6b8

Browse files
Increment app version
1 parent 7539c66 commit 848f6b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/ApplicationSettings.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ func NewApplicationSettings() *ApplicationSettings {
2424
settings := &ApplicationSettings{
2525
Title: "SurrealDB Explorer",
2626
Name: "surrealdb_explorer",
27-
Version: semver.MustParse("0.0.12"),
27+
Version: semver.MustParse("0.0.13"),
2828
}
2929

3030
FileStore.NewStores(settings.Name)

0 commit comments

Comments
 (0)