Skip to content

Commit

Permalink
Release v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tyru committed Dec 10, 2017
1 parent b5399bd commit 5b0c5a8
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.1.1"
var version string = "v0.1.2"

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

0 comments on commit 5b0c5a8

Please sign in to comment.