summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCyborus <cyborus@cyborus.xyz>2024-12-12 20:24:03 +0100
committerCyborus <cyborus@cyborus.xyz>2024-12-12 20:24:03 +0100
commite99c2bf244e05b8349f9641624cfb9a75aa243a9 (patch)
tree2a15689c54bf7cdb36c1325bd0b8f6c6527d1102
parentMerge pull request 'bump version to 0.2.0' (#147) from bump-0.2.0 into main (diff)
downloadforgejo-cli-e99c2bf244e05b8349f9641624cfb9a75aa243a9.tar.xz
forgejo-cli-e99c2bf244e05b8349f9641624cfb9a75aa243a9.zip
chore: update version in flake.nix to 0.2.0
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 885922e..7f9ffe7 100644
--- a/flake.nix
+++ b/flake.nix
@@ -11,7 +11,7 @@
rec {
packages.forgejo-cli = pkgs.rustPlatform.buildRustPackage {
pname = "forgejo-cli";
- version = "0.1.1";
+ version = "0.2.0";
src = pkgs.lib.cleanSource ./.;
cargoLock.lockFile = ./Cargo.lock;