Skip to content

Commit

Permalink
main: bump plugin to 1.0.2-dev
Browse files Browse the repository at this point in the history
Making sure the releaser works as we intend to with the makefiles
changes related to the docs. So we release a pre-version of the plugin,
to be followed by a proper numbered one immediately after this.
  • Loading branch information
lbajolet-hashicorp committed Sep 26, 2023
1 parent 2cb79e8 commit 5b81ff6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import (

var (
// Version is the main version number that is being run at the moment.
Version = "1.0.1"
Version = "1.0.2"

// VersionPrerelease is A pre-release marker for the Version. If this is ""
// (empty string) then it means that it is a final release. Otherwise, this
Expand Down

0 comments on commit 5b81ff6

Please sign in to comment.