Skip to content
This repository was archived by the owner on Feb 3, 2021. It is now read-only.

Commit 10b3cad

Browse files
chore(release): 2.2.4 [skip ci]
## [2.2.4](v2.2.3...v2.2.4) (2019-02-17) ### Bug Fixes * don't throw errors when there are multiple GOPATHs ([#158](#158)) ([653f1c8](653f1c8))
1 parent 653f1c8 commit 10b3cad

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [2.2.4](https://github.com/matchai/spacefish/compare/v2.2.3...v2.2.4) (2019-02-17)
2+
3+
4+
### Bug Fixes
5+
6+
* don't throw errors when there are multiple GOPATHs ([#158](https://github.com/matchai/spacefish/issues/158)) ([653f1c8](https://github.com/matchai/spacefish/commit/653f1c8))
7+
18
## [2.2.3](https://github.com/matchai/spacefish/compare/v2.2.2...v2.2.3) (2019-02-17)
29

310

fish_prompt.fish

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
function fish_prompt
22
# Store the exit code of the last command
33
set -g sf_exit_code $status
4-
set -g SPACEFISH_VERSION 2.2.3
4+
set -g SPACEFISH_VERSION 2.2.4
55

66
# ------------------------------------------------------------------------------
77
# Configuration

0 commit comments

Comments
 (0)