We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd98a48 commit 1697684Copy full SHA for 1697684
version/version.go
@@ -16,7 +16,7 @@ var fdwVersion = "1.13.0"
16
// A pre-release marker for the version. If this is "" (empty string)
17
// then it means that it is a final release. Otherwise, this is a pre-release
18
// such as "dev" (in development), "beta", "rc1", etc.
19
-var prerelease = "alpha.0"
+var prerelease = "alpha.1"
20
21
// FdwVersion is an instance of semver.Version. This has the secondary
22
// benefit of verifying during tests and init time that our version is a
0 commit comments