Skip to content

Commit f0bba10

Browse files
committed
v1.8.0-rc.5
1 parent da423e8 commit f0bba10

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
@@ -15,7 +15,7 @@ var fdwVersion = "1.8.0"
1515
// A pre-release marker for the version. If this is "" (empty string)
1616
// then it means that it is a final release. Otherwise, this is a pre-release
1717
// such as "dev" (in development), "beta", "rc1", etc.
18-
var prerelease = "rc.4"
18+
var prerelease = "rc.5"
1919

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

0 commit comments

Comments
 (0)