Skip to content

Commit

Permalink
Bump version to 0.13.7 (#2436)
Browse files Browse the repository at this point in the history
## Summary

Bump flake version to 0.13.7

## How was it tested?

nix build .
  • Loading branch information
Lagoja authored Dec 6, 2024
1 parent abd46b7 commit 270f8b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
let
pkgs = nixpkgs.legacyPackages.${system};

lastTag = "0.13.6";
lastTag = "0.13.7";

revision =
if (self ? shortRev)
Expand Down

0 comments on commit 270f8b2

Please sign in to comment.