Skip to content

Commit

Permalink
Merge pull request #31 from terassyi/bump-v0.0.1
Browse files Browse the repository at this point in the history
Bump v0.0.1
  • Loading branch information
terassyi authored May 19, 2023
2 parents 1c54f26 + 1c9763e commit 833d7e3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.1-pre
newTag: 0.0.1
- name: sart-controller:dev
newName: ghcr.io/terassyi/sart-controller
newTag: 0.0.1-pre
newTag: 0.0.1
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.1-pre"
version = "0.0.1"
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.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sartd"
version = "0.0.1-pre"
version = "0.0.1"
edition = "2021"

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

0 comments on commit 833d7e3

Please sign in to comment.