Skip to content

Commit aed55bc

Browse files
committed
version: v0.5.0
Signed-off-by: Vincent Batts <[email protected]>
1 parent 8d0ee71 commit aed55bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

specs-go/version.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ const (
2020
// VersionMajor is for an API incompatible changes
2121
VersionMajor = 0
2222
// VersionMinor is for functionality in a backwards-compatible manner
23-
VersionMinor = 3
23+
VersionMinor = 5
2424
// VersionPatch is for backwards-compatible bug fixes
2525
VersionPatch = 0
2626

2727
// VersionDev indicates development branch. Releases will be empty string.
28-
VersionDev = "-dev"
28+
VersionDev = ""
2929
)
3030

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

0 commit comments

Comments
 (0)