Skip to content

Commit

Permalink
Checking in changes prior to tagging of version v0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
azonti committed Jun 6, 2024
1 parent 7184aa0 commit e749b9c
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,5 +1,9 @@
# Changelog

## [v0.1.4](https://github.com/aktsk/nolmandy/compare/v0.1.3...v0.1.4) (2024-06-05)

* Fix #25 [#26](https://github.com/aktsk/nolmandy/pull/26) ([azonti](https://github.com/azonti))

## [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))
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.3"
const version = "0.1.4"

func Get() string {
return version
Expand Down

0 comments on commit e749b9c

Please sign in to comment.