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 2dc405e commit b078914Copy full SHA for b078914
version/version.go
@@ -10,12 +10,12 @@ import (
10
)
11
12
// The main version number that is being run at the moment.
13
-var fdwVersion = "1.7.2"
+var fdwVersion = "1.8.0"
14
15
// A pre-release marker for the version. If this is "" (empty string)
16
// then it means that it is a final release. Otherwise, this is a pre-release
17
// such as "dev" (in development), "beta", "rc1", etc.
18
-var prerelease = ""
+var prerelease = "rc.0"
19
20
// FdwVersion is an instance of semver.Version. This has the secondary
21
// benefit of verifying during tests and init time that our version is a
0 commit comments