Skip to content

Commit

Permalink
2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joseluisq committed Feb 18, 2021
1 parent 5f8cc87 commit 9494c4f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ __Stable:__
[Paket](https://github.com/joseluisq/paket)

```sh
paket add joseluisq/gitnow@2.6.0
paket add joseluisq/gitnow@2.7.0
```

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


```sh
fisher install joseluisq/gitnow@2.6.0
fisher install joseluisq/gitnow@2.7.0
```

__Latest changes:__
Expand Down
2 changes: 1 addition & 1 deletion conf.d/gitnow_config.fish
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ set -q fish_functions; or set -g fish_functions "$fish_config/functions"
set -q fish_completions; or set -g fish_completions "$fish_config/completions"
set -q GITNOW_CONFIG_FILE; or set -g GITNOW_CONFIG_FILE ~/.gitnow

set -g gitnow_version 2.6.0
set -g gitnow_version 2.7.0

source "$fish_functions/__gitnow_functions.fish"
source "$fish_functions/__gitnow_manual.fish"
Expand Down

0 comments on commit 9494c4f

Please sign in to comment.