Skip to content

Commit f1ccc2d

Browse files
authored
Bump Version (#2582)
## Summary Bump version to 0.14.1 ## 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).
1 parent 00d79c6 commit f1ccc2d

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

flake.lock

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

+5-5
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,17 @@
77
};
88

99
outputs =
10-
{
11-
self,
12-
nixpkgs,
13-
flake-utils,
10+
{ self
11+
, nixpkgs
12+
, flake-utils
13+
,
1414
}:
1515
flake-utils.lib.eachDefaultSystem (
1616
system:
1717
let
1818
pkgs = nixpkgs.legacyPackages.${system};
1919

20-
lastTag = "0.14.0";
20+
lastTag = "0.14.1";
2121

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

0 commit comments

Comments
 (0)