Skip to content

Commit a5d08b2

Browse files
authored
Flake version to 0.13.3 (#2319)
## Summary Increase flake version ## How was it tested? Build locally, plus CI/CD
1 parent fc7a398 commit a5d08b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
let
1212
pkgs = nixpkgs.legacyPackages.${system};
1313

14-
lastTag = "0.13.2";
14+
lastTag = "0.13.3";
1515

1616
revision = if (self ? shortRev)
1717
then "${self.shortRev}"

0 commit comments

Comments
 (0)