From ad9464963b20caf8506b93ba97805c0e7ad0990f Mon Sep 17 00:00:00 2001 From: Manfred Touron Date: Thu, 19 Jan 2017 05:39:43 +0100 Subject: [PATCH] Post-release version bump --- .goxc.json | 2 +- README.md | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.goxc.json b/.goxc.json index 652127d..3c3675a 100644 --- a/.goxc.json +++ b/.goxc.json @@ -8,6 +8,6 @@ "go-vet" ], "MainDirsExclude": "vendor,Godeps,testdata", - "PackageVersion": "1.6.1", + "PackageVersion": "1.6.1+dev", "ConfigVersion": "0.9" } diff --git a/README.md b/README.md index 925c6a4..c6dbddc 100644 --- a/README.md +++ b/README.md @@ -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))