Skip to content

Commit

Permalink
v2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
moul committed Jul 19, 2016
1 parent f435764 commit 98ffddc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .goxc.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
"BuildConstraints": "darwin,!386 linux windows freebsd,!arm",
"ResourcesExclude": "*.go .goxc-temp",
"MainDirsExclude": "vendor,Godeps,testdata",
"PackageVersion": "2.4.0+dev",
"PackageVersion": "2.4.1",
"ConfigVersion": "0.9"
}
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ USAGE:
assh [global options] command [command options] [arguments...]

VERSION:
2.4.0 (HEAD)
2.4.1 (HEAD)

AUTHOR(S):
Manfred Touron <https://github.com/moul/advanced-ssh-config>
Expand Down Expand Up @@ -502,11 +502,11 @@ With the wrapper, `ssh` will *always* be called with an updated `~/.ssh/config`

## Changelog

### master (unreleased)
### v2.4.1 (2016-07-19)

* Fix panic in `assh wrapper` ([#157](https://github.com/moul/advanced-ssh-config/issues/157))

[Full commits list](https://github.com/moul/advanced-ssh-config/compare/v2.4.0...master)
[Full commits list](https://github.com/moul/advanced-ssh-config/compare/v2.4.0...v2.4.1)

### v2.4.0 (2016-07-14)

Expand Down
2 changes: 1 addition & 1 deletion pkg/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ var GITCOMMIT string

func init() {
// Version should be updated by hand at each release
VERSION = "2.4.0+dev"
VERSION = "2.4.1"
// GitCommit will be overwritten automatically by the build system
GITCOMMIT = "HEAD"
}

0 comments on commit 98ffddc

Please sign in to comment.