Skip to content

Commit

Permalink
version bump: v0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
markbates committed Aug 3, 2019
1 parent 694c339 commit d57876d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions info.go
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,5 @@ func (i Info) String() string {
return err.Error()
}
s := string(b)
s = strings.ReplaceAll(s, os.Getenv("GOPATH"), "$GOPATH")
s = strings.ReplaceAll(s, os.Getenv("HOME"), "$HOME")
return s
}
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package here

// Version of here
const Version = "v0.2.2"
const Version = "v0.2.3"

0 comments on commit d57876d

Please sign in to comment.