1
0
Fork 0
mirror of https://github.com/vbatts/go-mtree.git synced 2024-09-27 04:44:02 +00:00

version: bump to v0.4.0

Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
Vincent Batts 2017-06-30 15:43:46 -04:00
parent 2ede6ecf20
commit 85fac2fc14
Signed by: vbatts
GPG key ID: 10937E57733F1362

View file

@ -16,7 +16,7 @@ const (
VersionPatch = 0
// VersionDev indicates development branch. Releases will be empty string.
VersionDev = "-dev"
VersionDev = ""
)
// Version is the specification version that the package types support.