Skip to content

Commit 9494c4f

Browse files
committed
2.7.0
1 parent 5f8cc87 commit 9494c4f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@ __Stable:__
1111
[Paket](https://github.com/joseluisq/paket)
1212

1313
```sh
14-
paket add joseluisq/gitnow@2.6.0
14+
paket add joseluisq/gitnow@2.7.0
1515
```
1616

1717
[Fisher](https://github.com/jorgebucaran/fisher)
1818

1919

2020
```sh
21-
fisher install joseluisq/gitnow@2.6.0
21+
fisher install joseluisq/gitnow@2.7.0
2222
```
2323

2424
__Latest changes:__

conf.d/gitnow_config.fish

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ set -q fish_functions; or set -g fish_functions "$fish_config/functions"
88
set -q fish_completions; or set -g fish_completions "$fish_config/completions"
99
set -q GITNOW_CONFIG_FILE; or set -g GITNOW_CONFIG_FILE ~/.gitnow
1010

11-
set -g gitnow_version 2.6.0
11+
set -g gitnow_version 2.7.0
1212

1313
source "$fish_functions/__gitnow_functions.fish"
1414
source "$fish_functions/__gitnow_manual.fish"

0 commit comments

Comments
 (0)