Skip to content

Commit a5b4da4

Browse files
committed
version: release v1.1.0-rc.2
Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
1 parent 54f948c commit a5b4da4

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
@@ -11,7 +11,7 @@ const (
1111
VersionPatch = 0
1212

1313
// VersionDev indicates development branch. Releases will be empty string.
14-
VersionDev = "-rc.1-dev"
14+
VersionDev = "-rc.2"
1515
)
1616

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

0 commit comments

Comments
 (0)