Skip to content

Commit

Permalink
Checking in changes prior to tagging of version v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mizzy committed Apr 23, 2018
1 parent dcf5b44 commit bec73d5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
# Changelog

## [v0.1.1](https://github.com/aktsk/nolmandy/compare/v0.1.0...v0.1.1) (2018-04-23)

* Enable to bump version easily [#17](https://github.com/aktsk/nolmandy/pull/17) ([mizzy](https://github.com/mizzy))
* Show version string with nolmandy and nolmandy-server command [#16](https://github.com/aktsk/nolmandy/pull/16) ([mizzy](https://github.com/mizzy))
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package version

const version = "0.1.0"
const version = "0.1.1"

func Get() string {
return version
Expand Down

0 comments on commit bec73d5

Please sign in to comment.