Skip to content

Commit

Permalink
Bump versions for release
Browse files Browse the repository at this point in the history
  • Loading branch information
andystanton committed Apr 23, 2016
1 parent 6549aa5 commit 11bdfa4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .goxc.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"BuildConstraints": "windows,linux,darwin,openbsd",
"PackageVersion": "1.0.4",
"PackageVersion": "1.0.5",
"TaskSettings": {
"bintray": {
"downloadspage": "bintray.md",
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased][unreleased]

## [1.0.5] - 2016-04-23
### Fixed
- Receive input from STDIN correctly and display STDOUT/STDERR messages only once.

## [1.0.4] - 2016-04-23
### Added
- Added ability to read from STDIN either manually or via pipe.
Expand Down
2 changes: 1 addition & 1 deletion cli/cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -177,5 +177,5 @@ func DisplayHelp(filename string) {

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

0 comments on commit 11bdfa4

Please sign in to comment.