Skip to content

Commit

Permalink
bumping version
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Levinson committed Nov 19, 2017
1 parent 3eae2d5 commit 2999d38
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions cmd/gscript/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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"},
Expand Down

0 comments on commit 2999d38

Please sign in to comment.