Skip to content

Commit 0fda196

Browse files
committed
Update version to 1.2.0-rc.5
1 parent 0456bda commit 0fda196

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

version/version.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ var fdwVersion = "1.2.0"
1717
// A pre-release marker for the version. If this is "" (empty string)
1818
// then it means that it is a final release. Otherwise, this is a pre-release
1919
// such as "dev" (in development), "beta", "rc1", etc.
20-
var prerelease = "rc.3"
20+
var prerelease = "rc.5"
2121

22-
// SteampipeVersion is an instance of semver.Version. This has the secondary
22+
// FdwVersion is an instance of semver.Version. This has the secondary
2323
// benefit of verifying during tests and init time that our version is a
2424
// proper semantic version, which should always be the case.
2525
var FdwVersion *semver.Version

0 commit comments

Comments
 (0)