Skip to content

Commit

Permalink
Increment once more as new charms will be built on merge
Browse files Browse the repository at this point in the history
  • Loading branch information
omar-selo committed Aug 11, 2023
1 parent 3b076ae commit 7e002e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions terraform/test-observer.tf
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ resource "juju_application" "test-observer-api" {
name = "test-observer-api"
channel = "latest/edge"
series = "jammy"
revision = 17
revision = 18
}

config = {
Expand All @@ -83,7 +83,7 @@ resource "juju_application" "test-observer-frontend" {
name = "test-observer-frontend"
channel = "latest/edge"
series = "jammy"
revision = 10
revision = 11
}

config = {
Expand Down

0 comments on commit 7e002e4

Please sign in to comment.