Skip to content

Commit 11bdfa4

Browse files
committed
Bump versions for release
1 parent 6549aa5 commit 11bdfa4

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.goxc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"BuildConstraints": "windows,linux,darwin,openbsd",
3-
"PackageVersion": "1.0.4",
3+
"PackageVersion": "1.0.5",
44
"TaskSettings": {
55
"bintray": {
66
"downloadspage": "bintray.md",

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).
44

55
## [Unreleased][unreleased]
66

7+
## [1.0.5] - 2016-04-23
8+
### Fixed
9+
- Receive input from STDIN correctly and display STDOUT/STDERR messages only once.
10+
711
## [1.0.4] - 2016-04-23
812
### Added
913
- Added ability to read from STDIN either manually or via pipe.

cli/cli.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,5 +177,5 @@ func DisplayHelp(filename string) {
177177

178178
// DisplayVersion prints the version information for the program.
179179
func DisplayVersion(filename string) {
180-
fmt.Printf("%s 1.0.5-SNAPSHOT\n", filename)
180+
fmt.Printf("%s 1.0.5\n", filename)
181181
}

0 commit comments

Comments
 (0)