Skip to content

Commit 7872490

Browse files
authored
Merge pull request #561 from sudo-bmitch/pr-v1.1.1
Release v1.1.1
2 parents 812fc5b + f1286ee commit 7872490

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

specs-go/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ const (
2222
// VersionMinor is for functionality in a backwards-compatible manner
2323
VersionMinor = 1
2424
// VersionPatch is for backwards-compatible bug fixes
25-
VersionPatch = 0
25+
VersionPatch = 1
2626

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

0 commit comments

Comments
 (0)