Skip to content

Commit 0fe193f

Browse files
authored
wee little bump (#582)
1 parent e749b40 commit 0fe193f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v0.18.0
1+
v0.18.1

deploy/terraform/aws/lambda/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ variable "buz_image_repo" {
4141
variable "buz_version" {
4242
description = "The version of Buz to run."
4343
type = string
44-
default = "v0.18.0"
44+
default = "v0.18.1"
4545
}
4646

4747
variable "buz_lambda_memory_limit" {

deploy/terraform/gcp/cloud_run/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ variable "buz_domain" {
2828
variable "buz_version" {
2929
description = "The version of Buz to run."
3030
type = string
31-
default = "v0.18.0"
31+
default = "v0.18.1"
3232
}
3333

3434
variable "buz_service_timeout_seconds" {

examples/quickstart/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ x-dependency:
2020
services:
2121
buz:
2222
container_name: buz
23-
image: ghcr.io/silverton-io/buz:v0.18.0
23+
image: ghcr.io/silverton-io/buz:v0.18.1
2424
volumes:
2525
- type: bind
2626
source: ./buz/quickstart.conf.yml

0 commit comments

Comments
 (0)