Skip to content

Commit b078914

Browse files
committed
v1.8.0-rc.0
1 parent 2dc405e commit b078914

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
@@ -10,12 +10,12 @@ import (
1010
)
1111

1212
// The main version number that is being run at the moment.
13-
var fdwVersion = "1.7.2"
13+
var fdwVersion = "1.8.0"
1414

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