From 2999d3890ab1cd88bdd958503b85503edd6fee0d Mon Sep 17 00:00:00 2001 From: Alex Levinson Date: Sat, 18 Nov 2017 21:21:29 -0500 Subject: [PATCH] bumping version --- cmd/gscript/main.go | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/cmd/gscript/main.go b/cmd/gscript/main.go index 5913945..384b021 100644 --- a/cmd/gscript/main.go +++ b/cmd/gscript/main.go @@ -24,7 +24,7 @@ func main() { app := cli.NewApp() app.Name = "gscript" app.Usage = "Interact with the Genesis Scripting Engine (GSE)" - app.Version = "0.0.3" + app.Version = "0.0.4" app.Authors = []cli.Author{ cli.Author{ Name: "Alex Levinson", @@ -139,14 +139,6 @@ func main() { return nil }, }, - // { - // Name: "build", - // Aliases: []string{"b"}, - // Usage: "Bundle multiple Genesis scripts and files into a single package.", - // Action: func(c *cli.Context) error { - // return nil - // }, - // }, { Name: "run", Aliases: []string{"r"},