WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit de69569

Browse files
committed
version: release 0.4.2
Signed-off-by: Vincent Batts <[email protected]>
1 parent 2352d84 commit de69569

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

version.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ const (
1111
// VersionMajor is for an API incompatible changes
1212
VersionMajor = 0
1313
// VersionMinor is for functionality in a backwards-compatible manner
14-
VersionMinor = 5
14+
VersionMinor = 4
1515
// VersionPatch is for backwards-compatible bug fixes
16-
VersionPatch = 0
16+
VersionPatch = 2
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)