Skip to content

Commit 7789dbb

Browse files
binary-koanclaude
andauthored
Bump version to 0.21.10 for status page published toggle (#226)
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
1 parent ef40f1b commit 7789dbb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ GOLANGCI_LINT := golangci-lint run --disable-all \
88
-E staticcheck \
99
-E typecheck \
1010
-E unused
11-
VERSION := 0.21.9
11+
VERSION := 0.21.10
1212
.PHONY: test build
1313

1414
help:

examples/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ terraform {
33
required_providers {
44
betteruptime = {
55
source = "BetterStackHQ/better-uptime"
6-
version = ">= 0.21.9"
6+
version = ">= 0.21.10"
77
}
88
}
99
}

0 commit comments

Comments
 (0)