Skip to content

Commit 32a3cb9

Browse files
authored
Merge pull request #289 from vbatts/bump-version
v0.5.0 bump
2 parents 774abc0 + c4b25fd commit 32a3cb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

specs-go/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ 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

0 commit comments

Comments
 (0)