diff --git a/Cargo.lock b/Cargo.lock index 3b6877e..40513c3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -19,7 +19,7 @@ checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" [[package]] name = "aikup" -version = "0.0.8" +version = "0.0.9" dependencies = [ "arc-swap", "clap", diff --git a/Cargo.toml b/Cargo.toml index 7aa0eea..4053c45 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "aikup" -version = "0.0.8" +version = "0.0.9" description = "Manage multiple versions of aiken" edition = "2021" repository = "https://github.com/aiken-lang/aikup"