diff --git a/cmd/gscript/main.go b/cmd/gscript/main.go index 182aeb2..ef041b5 100644 --- a/cmd/gscript/main.go +++ b/cmd/gscript/main.go @@ -41,7 +41,7 @@ func main() { app := cli.NewApp() app.Name = "gscript" app.Usage = "Interact with the Genesis Scripting Engine (GSE)" - app.Version = "0.0.12" + app.Version = "0.0.13" app.Authors = []cli.Author{ cli.Author{ Name: "Alex Levinson",