Skip to content

Commit ea03d2d

Browse files
Lagojaclaude
andauthored
Bump lastTag version to 0.17.1 (#2807)
## Summary Bump Flake Version ## How was it tested? `nix build` ## Community Contribution License All community contributions in this pull request are licensed to the project maintainers under the terms of the [Apache 2 License](https://www.apache.org/licenses/LICENSE-2.0). By creating this pull request, I represent that I have the right to license the contributions to the project maintainers under the Apache 2 License as stated in the [Community Contribution License](https://github.com/jetify-com/opensource/blob/main/CONTRIBUTING.md#community-contribution-license). Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 1dae9ff commit ea03d2d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
let
1818
pkgs = nixpkgs.legacyPackages.${system};
1919

20-
lastTag = "0.17.0";
20+
lastTag = "0.17.1";
2121

2222
revision = if (self ? shortRev) then "${self.shortRev}" else "${self.dirtyShortRev or "dirty"}";
2323

0 commit comments

Comments
 (0)