Skip to content

Commit 29bf40c

Browse files
committed
Bump version: v0.3.3 -> v0.3.4
1 parent 220bb9d commit 29bf40c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/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.3"
13+
var voltVersion = "v0.3.4"
1414

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

0 commit comments

Comments
 (0)