Skip to content

Commit

Permalink
v2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
moul committed Jul 14, 2016
1 parent afd8cd3 commit 2b94ff0
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.3.0+dev",
"PackageVersion": "2.4.0",
"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.3.0+dev (HEAD)
2.4.0 (HEAD)

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

## Changelog

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

* Add a control socket manager `assh sockets {list,flush,master}` ([#152](https://github.com/moul/advanced-ssh-config/pull/152))
* Add a `assh --config=/path/to/assh.yml` option
Expand All @@ -512,7 +512,7 @@ With the wrapper, `ssh` will *always* be called with an updated `~/.ssh/config`
* Hide `assh connect` and `assh wrapper` from the help
* Support built-in ssh netcat mode, may fail with older SSH clients ([#146](https://github.com/moul/advanced-ssh-config/issues/146))

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

### v2.3.0 (2016-04-27)

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.3.0+dev"
VERSION = "2.4.0"
// GitCommit will be overwritten automatically by the build system
GITCOMMIT = "HEAD"
}

0 comments on commit 2b94ff0

Please sign in to comment.