(0.3.7) Automated packaging of release by Packagr

Signed-off-by: Jason Kulatunga <jason@thesparktree.com>
This commit is contained in:
Jason Kulatunga
2021-04-25 17:15:07 +00:00
parent 02ec32934f
commit 59d4a8e195
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -21,7 +21,6 @@ require (
github.com/urfave/cli/v2 v2.2.0 github.com/urfave/cli/v2 v2.2.0
golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9
golang.org/x/sys v0.0.0-20210423185535-09eb48e85fd7 // indirect 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/driver/sqlite v1.1.3
gorm.io/gorm v1.20.2 gorm.io/gorm v1.20.2
nhooyr.io/websocket v1.8.7 // indirect nhooyr.io/websocket v1.8.7 // indirect
+1 -1
View File
@@ -2,4 +2,4 @@ package version
// VERSION is the app-global version string, which will be replaced with a // VERSION is the app-global version string, which will be replaced with a
// new value during packaging // new value during packaging
const VERSION = "0.3.6" const VERSION = "0.3.7"