Skip to content

Commit

Permalink
Bump version: v0.2.1 -> v0.2.2-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
tyru committed Dec 22, 2017
1 parent a2d28a5 commit ab126f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"strconv"
)

var voltVersion string = "v0.2.1"
var voltVersion string = "v0.2.2-beta"

func Version(args []string) int {
fmt.Printf("volt version: %s\n", voltVersion)
Expand Down

0 comments on commit ab126f0

Please sign in to comment.