Post-release version bump
This commit is contained in:
parent
ab578adf86
commit
ad9464963b
|
@ -8,6 +8,6 @@
|
|||
"go-vet"
|
||||
],
|
||||
"MainDirsExclude": "vendor,Godeps,testdata",
|
||||
"PackageVersion": "1.6.1",
|
||||
"PackageVersion": "1.6.1+dev",
|
||||
"ConfigVersion": "0.9"
|
||||
}
|
||||
|
|
|
@ -105,6 +105,12 @@ $ brew install https://raw.githubusercontent.com/moul/ssh2docker/master/contrib/
|
|||
|
||||
## Changelog
|
||||
|
||||
### master (unreleased)
|
||||
|
||||
* No entry
|
||||
|
||||
[full commits list](https://github.com/moul/gotty-client/compare/v1.6.1...master)
|
||||
|
||||
### [v1.6.1](https://github.com/moul/gotty-client/releases/tag/v1.6.1) (2017-01-19)
|
||||
|
||||
* Do not exit on EOF ([#45](https://github.com/moul/gotty-client/pull/45)) ([@gurjeet](https://github.com/gurjeet))
|
||||
|
|
Loading…
Reference in New Issue