Skip to content

Commit

Permalink
Set version to 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Nabil-Lahssini committed Oct 27, 2022
1 parent 65f28fe commit 11a7ebf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ terraform {
required_providers {
looker = {
source = "devoteamgcloud/looker"
version = "0.1.0"
version = "0.1.1"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion examples/provider/provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
looker = {
source = "devoteamgcloud/looker"
version = "0.1.0"
version = "0.1.1"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
var (
// these will be set by the goreleaser configuration
// to appropriate values for the compiled binary
version string = "0.1.0"
version string = "0.1.1"

// goreleaser can also pass the specific commit if you want
// commit string = ""
Expand Down

0 comments on commit 11a7ebf

Please sign in to comment.