Skip to content
This repository has been archived by the owner on May 15, 2024. It is now read-only.

Commit

Permalink
Change the version in main.go
Browse files Browse the repository at this point in the history
  • Loading branch information
deslaughter committed May 13, 2024
1 parent df7fefd commit 5211d41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import (
//go:embed all:frontend/dist
var assets embed.FS

var version = "0.2.0-" + versioninfo.Short()
var version = "0.3.0-" + versioninfo.Short()

func main() {

Expand Down

0 comments on commit 5211d41

Please sign in to comment.