We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00c3c15 commit 41929ddCopy full SHA for 41929dd
cmd/gscript/main.go
@@ -41,7 +41,7 @@ func main() {
41
app := cli.NewApp()
42
app.Name = "gscript"
43
app.Usage = "Interact with the Genesis Scripting Engine (GSE)"
44
- app.Version = "0.0.12"
+ app.Version = "0.0.13"
45
app.Authors = []cli.Author{
46
cli.Author{
47
Name: "Alex Levinson",
0 commit comments