Skip to content

Commit

Permalink
Merge pull request #39 from terassyi/bump-v0.0.4
Browse files Browse the repository at this point in the history
Bump v0.0.4
  • Loading branch information
terassyi authored Jun 4, 2023
2 parents fb50d1a + fed62de commit 5e94119
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions controller/config/release/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ resources:
images:
- name: sart:dev
newName: ghcr.io/terassyi/sart
newTag: 0.0.3
newTag: 0.0.4
- name: sart-controller:dev
newName: ghcr.io/terassyi/sart-controller
newTag: 0.0.3
newTag: 0.0.4
2 changes: 1 addition & 1 deletion sart/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion sart/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sart"
version = "0.0.3"
version = "0.0.4"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
2 changes: 1 addition & 1 deletion sartd/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion sartd/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sartd"
version = "0.0.3"
version = "0.0.4"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down

0 comments on commit 5e94119

Please sign in to comment.