Skip to content

Commit e67f056

Browse files
authored
Merge pull request #953 from sajayantony/release-1.1.0-rc1
Release 1.1.0 rc1
2 parents 199b07a + 5d055a4 commit e67f056

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

specs-go/version.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ const (
2020
// VersionMajor is for an API incompatible changes
2121
VersionMajor = 1
2222
// VersionMinor is for functionality in a backwards-compatible manner
23-
VersionMinor = 0
23+
VersionMinor = 1
2424
// VersionPatch is for backwards-compatible bug fixes
25-
VersionPatch = 2
25+
VersionPatch = 0
2626

2727
// VersionDev indicates development branch. Releases will be empty string.
2828
VersionDev = "-dev"

0 commit comments

Comments
 (0)