diff options
author | 2024-12-14 18:18:32 -0800 | |
---|---|---|
committer | 2024-12-14 18:18:32 -0800 | |
commit | aeb99e4bb33569839ea0b33ef56c8daaf117f69a (patch) | |
tree | c3f08701321baf6b7fee31a4e5ed69852404b87b /restic-crd/Cargo.toml | |
parent | f8829ce8ad99904768fd2487ce6386178ba99168 (diff) | |
parent | 4e8317c1812c15ff771db8e9f0fb612f72469d1c (diff) | |
download | restic-operator-aeb99e4bb33569839ea0b33ef56c8daaf117f69a.tar.gz restic-operator-aeb99e4bb33569839ea0b33ef56c8daaf117f69a.tar.zst restic-operator-aeb99e4bb33569839ea0b33ef56c8daaf117f69a.zip |
Merge pull request #9 from ansg191/release-plz-2024-12-15T02-12-29Z
chore: release
Diffstat (limited to 'restic-crd/Cargo.toml')
-rw-r--r-- | restic-crd/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/restic-crd/Cargo.toml b/restic-crd/Cargo.toml index 9741908..dc7ff81 100644 --- a/restic-crd/Cargo.toml +++ b/restic-crd/Cargo.toml @@ -2,7 +2,7 @@ name = "restic-crd" description = "Restic Operator CRD definitions" authors = ["Anshul Gupta <ansg191@anshulg.com>"] -version = "0.1.0" +version = "0.1.1" edition = "2021" license = "MIT" publish = ["anshulg"] |