Skip to content

Commit 3135ab6

Browse files
committed
FDW v1.12.8-rc.2
1 parent df5e094 commit 3135ab6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ var fdwVersion = "1.12.8"
1616
// A pre-release marker for the version. If this is "" (empty string)
1717
// then it means that it is a final release. Otherwise, this is a pre-release
1818
// such as "dev" (in development), "beta", "rc1", etc.
19-
var prerelease = "rc.0"
19+
var prerelease = "rc.2"
2020

2121
// FdwVersion is an instance of semver.Version. This has the secondary
2222
// benefit of verifying during tests and init time that our version is a

0 commit comments

Comments
 (0)