Skip to content

Commit

Permalink
(0.3.7) Automated packaging of release by Packagr
Browse files Browse the repository at this point in the history
Signed-off-by: Jason Kulatunga <[email protected]>
  • Loading branch information
AnalogJ committed Apr 25, 2021
1 parent 02ec329 commit 59d4a8e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ require (
github.com/urfave/cli/v2 v2.2.0
golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9
golang.org/x/sys v0.0.0-20210423185535-09eb48e85fd7 // indirect
gopkg.in/yaml.v2 v2.3.0 // indirect
gorm.io/driver/sqlite v1.1.3
gorm.io/gorm v1.20.2
nhooyr.io/websocket v1.8.7 // indirect
Expand Down
2 changes: 1 addition & 1 deletion webapp/backend/pkg/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ package version

// VERSION is the app-global version string, which will be replaced with a
// new value during packaging
const VERSION = "0.3.6"
const VERSION = "0.3.7"

0 comments on commit 59d4a8e

Please sign in to comment.