Skip to content

Commit 1354019

Browse files
authored
Merge pull request #502 from jdolitsky/prep-1.1.0-rc.4-pt2
tag 1.1.0-rc4 (pt 2)
2 parents b5f09eb + 57a38ee commit 1354019

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
@@ -25,7 +25,7 @@ const (
2525
VersionPatch = 0
2626

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

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

0 commit comments

Comments
 (0)