Skip to content

Commit

Permalink
chore: bump version code
Browse files Browse the repository at this point in the history
  • Loading branch information
tsirysndr committed Jun 22, 2023
1 parent c0b1421 commit 80b9f36
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ jobs:
- name: Setup Crosup
uses: tsirysndr/setup-crosup@v1
with:
version: 'v0.4.9'
version: 'v0.4.10'
# Add packages to install here
packages: |
deno
Expand Down
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
inherit src;

pname = "crosup";
version = "0.4.9";
version = "0.4.10";
cargoExtraArgs = "--package=crosup";

buildInputs = [
Expand Down

0 comments on commit 80b9f36

Please sign in to comment.