Skip to content

Commit 053e6dc

Browse files
committed
Bump version: v0.3.5 -> v0.3.6-alpha
1 parent a52d3fb commit 053e6dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

subcmd/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import (
1010
)
1111

1212
// This variable is not constant for testing (to change it temporarily)
13-
var voltVersion = "v0.3.5"
13+
var voltVersion = "v0.3.6-alpha"
1414

1515
func init() {
1616
cmdMap["version"] = &versionCmd{}

0 commit comments

Comments
 (0)