Skip to content

Commit a9355d0

Browse files
committed
Release 0.4
1 parent aeea4e5 commit a9355d0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22

3-
RELEASE=0.3
3+
RELEASE=0.4
44
dist=dist
55
bin=consul-fs
66

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package main
33
import "fmt"
44

55
func getVersion() string {
6-
return "0.3"
6+
return "0.4"
77
}
88

99
func cmdVersion() {

0 commit comments

Comments
 (0)