Skip to content

Commit 85fac2f

Browse files
committed
version: bump to v0.4.0
Signed-off-by: Vincent Batts <[email protected]>
1 parent 2ede6ec commit 85fac2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const (
1616
VersionPatch = 0
1717

1818
// VersionDev indicates development branch. Releases will be empty string.
19-
VersionDev = "-dev"
19+
VersionDev = ""
2020
)
2121

2222
// Version is the specification version that the package types support.

0 commit comments

Comments
 (0)