Skip to content

Commit

Permalink
releases: bump version in TestExactVersion
Browse files Browse the repository at this point in the history
  • Loading branch information
radeksimko committed Apr 23, 2024
1 parent 5bbd3b0 commit 3916483
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion releases/releases_test.go
Expand Up @@ -125,7 +125,7 @@ func TestLatestVersion_prereleases(t *testing.T) {
func TestExactVersion(t *testing.T) {
testutil.EndToEndTest(t)

versionToInstall := version.Must(version.NewVersion("0.14.0"))
versionToInstall := version.Must(version.NewVersion("1.1.0"))
ev := &ExactVersion{
Product: product.Terraform,
Version: versionToInstall,
Expand Down

0 comments on commit 3916483

Please sign in to comment.