Skip to content

Commit

Permalink
Bump version, prepare release (#187)
Browse files Browse the repository at this point in the history
  • Loading branch information
RDIL committed Jan 8, 2020
1 parent e2b70d3 commit c1206d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ func main() {
shell()
}
if os.Args[1] == "-v" {
fmt.Println("gosh v0.03-alpha")
fmt.Println("gosh v0.04-alpha")
} else if os.Args[1] == "-c" {
if len(os.Args) >= 3 {
evaluate(os.Args[2])
Expand Down

0 comments on commit c1206d3

Please sign in to comment.