Skip to content

Commit

Permalink
v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tyru committed Dec 1, 2017
1 parent 2639555 commit 0802d45
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 @@ -2,7 +2,7 @@ package cmd

import "fmt"

var version string = "v0.0.3"
var version string = "v0.1.1"

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

0 comments on commit 0802d45

Please sign in to comment.