We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aeea4e5 commit a9355d0Copy full SHA for a9355d0
build.sh
@@ -1,6 +1,6 @@
1
#!/usr/bin/env bash
2
3
-RELEASE=0.3
+RELEASE=0.4
4
dist=dist
5
bin=consul-fs
6
version.go
@@ -3,7 +3,7 @@ package main
import "fmt"
func getVersion() string {
- return "0.3"
+ return "0.4"
7
}
8
9
func cmdVersion() {
0 commit comments