Skip to content

Commit 1074d74

Browse files
authored
update: version to next release 1.7.2 in version.go (#753)
1 parent fabd0e9 commit 1074d74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ var (
1717
//
1818
// Version must conform to the format expected by github.com/hashicorp/go-version
1919
// for tests to work.
20-
Version = "1.7.0"
20+
Version = "1.7.2"
2121

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

0 commit comments

Comments
 (0)