Skip to content

Commit

Permalink
Releasing 3.2.1
Browse files Browse the repository at this point in the history
Signed-off-by: Julien Nioche <julien@digitalpebble.com>
  • Loading branch information
jnioche committed Jan 23, 2025
1 parent 5645d5f commit 735b464
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cloud-scanner-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description = "Boavizta's Cloud-scanner estimates the environmental impacts of y
repository = "https://github.com/Boavizta/cloud-scanner"
keywords = ["boavizta", "cloud-scanner", "cloud", "green-ops"]
license = "AGPL-3.0-only"
version = "3.3.0-SNAPSHOT"
version = "3.2.1"

[dependencies]
chrono = { version = "^0.4", features = ["serde"] }
Expand Down
2 changes: 1 addition & 1 deletion cloud-scanner-lambda/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
authors = ["boavizta.org", "Olivier de Meringo <demeringo@gmail.com>"]
edition = "2021"
name = "cloud-scanner-lambda"
version = "3.3.0-SNAPSHOT"
version = "3.2.1"

[[bin]]
name = "bootstrap-scan"
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ services:
cloud_scanner:
container_name: "cloud_scanner_boa"
hostname: cloud_scanner
image: ghcr.io/boavizta/cloud-scanner-cli:3.2.0
image: ghcr.io/boavizta/cloud-scanner-cli:3.2.1
command:
- -b http://boavizta_api:5000
- -vv
Expand Down

0 comments on commit 735b464

Please sign in to comment.