Skip to content

Commit

Permalink
hdrop: change version
Browse files Browse the repository at this point in the history
  • Loading branch information
Schweber committed Dec 28, 2023
1 parent 1f5797f commit 5bd4c1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hdrop/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
}:
stdenvNoCC.mkDerivation {
pname = "hdrop";
version = "0.2.5";
version = "0.3.0";

src = ./.;

Expand Down
2 changes: 1 addition & 1 deletion hdrop/hdrop
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ print_help() {
}

print_version() {
echo "hdrop version: 0.2.5"
echo "hdrop version: 0.3.0"
}

notify() {
Expand Down

0 comments on commit 5bd4c1a

Please sign in to comment.