(0.3.7) Automated packaging of release by Packagr

Signed-off-by: Jason Kulatunga <jason@thesparktree.com>
pull/165/head 0.3.7
Jason Kulatunga 3 years ago
parent 02ec32934f
commit 59d4a8e195

@ -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

@ -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"

Loading…
Cancel
Save