Skip to content

Commit 37ea8d4

Browse files
committed
v1.7.0-rc.7
1 parent ba1df1a commit 37ea8d4

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.7.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.6"
18+
var prerelease = "rc.7"
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)