Skip to content

Commit 5bdf8a2

Browse files
authored
[skip ci] bump master to 1.9.0 to track next release version (hashicorp#8315)
1 parent 41b0bf9 commit 5bdf8a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

version/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ var (
1414
//
1515
// Version must conform to the format expected by github.com/hashicorp/go-version
1616
// for tests to work.
17-
Version = "1.8.0"
17+
Version = "1.9.0"
1818

1919
// A pre-release marker for the version. If this is "" (empty string)
2020
// then it means that it is a final release. Otherwise, this is a pre-release

0 commit comments

Comments
 (0)