We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9ca64d commit f09c5a6Copy full SHA for f09c5a6
default.nix
@@ -17,7 +17,7 @@ let
17
}:
18
mkDerivation {
19
pname = "git-brunch";
20
- version = "1.3.0.0";
+ version = "1.3.1.0";
21
src = ./.;
22
isLibrary = false;
23
isExecutable = true;
package.yaml
@@ -1,5 +1,5 @@
1
name: git-brunch
2
-version: 1.3.0.0
+version: 1.3.1.0
3
github: "andys8/git-brunch"
4
license: BSD3
5
author: "andys8"
0 commit comments