Skip to content

Commit

Permalink
version strings do they matter?
Browse files Browse the repository at this point in the history
  • Loading branch information
masterfuzz committed Dec 13, 2023
1 parent c9d184b commit 052d2f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ import (
var (
// these will be set by the goreleaser configuration
// to appropriate values for the compiled binary
version string = "1.0.1"
version string = "1.6.0"

// goreleaser can also pass the specific commit if you want
// commit string = ""
Expand Down
2 changes: 1 addition & 1 deletion pkg/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import (
"github.com/tetratelabs/terraform-provider-checkmate/internal/provider"
)

var version string = "1.2.0"
var version string = "1.6.0"

func NewProvider() framework.Provider {
return provider.New(version)()
Expand Down

0 comments on commit 052d2f8

Please sign in to comment.