Skip to content

Commit

Permalink
bump version and examples/advanced requirement to v0.11.8
Browse files Browse the repository at this point in the history
  • Loading branch information
PetrHeinz committed Aug 23, 2024
1 parent 899aed4 commit 14b3b86
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ GOLANGCI_LINT := golangci-lint run --disable-all \
-E staticcheck \
-E typecheck \
-E unused
VERSION := 0.11.7
VERSION := 0.11.8
.PHONY: test build

help:
Expand Down
2 changes: 1 addition & 1 deletion examples/advanced/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
required_providers {
betteruptime = {
source = "BetterStackHQ/better-uptime"
version = ">= 0.11.6"
version = ">= 0.11.8"
}
}
}

0 comments on commit 14b3b86

Please sign in to comment.