Skip to content

Commit

Permalink
Checking in changes prior to tagging of version v0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
azonti committed Nov 20, 2023
1 parent acb95bc commit b24fcd3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## [v0.1.3](https://github.com/aktsk/nolmandy/compare/v0.1.2...v0.1.3) (2023-11-20)

* update AppleIncRootCertificate.cer [#24](https://github.com/aktsk/nolmandy/pull/24) ([azonti](https://github.com/azonti))
* Read receipt from stdin by ioutil.ReadAll [#23](https://github.com/aktsk/nolmandy/pull/23) ([sachaos](https://github.com/sachaos))

## [v0.1.2](https://github.com/aktsk/nolmandy/compare/v0.1.1...v0.1.2) (2018-08-27)

* Modify how to return server response [#22](https://github.com/aktsk/nolmandy/pull/22) ([mizzy](https://github.com/mizzy))
Expand Down
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.2"
const version = "0.1.3"

func Get() string {
return version
Expand Down

0 comments on commit b24fcd3

Please sign in to comment.