Skip to content

Commit

Permalink
bump to v1.8.7
Browse files Browse the repository at this point in the history
  • Loading branch information
hedzr committed Jun 5, 2021
1 parent c0819a9 commit 56f50fd
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

## Versions

- v1.8.7
- updated `log`, added: AutoStart Peripheral interface

- v1.8.5
- updated `log`, fixed: forwarding systemd log to file

Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,12 @@ and Bonus of #cmdr Series:
- english documentation NOT completed yet
- documentation at: https://hedzr.github.io/cmdr-docs/

- v1.8.7 (WIP)
- v1.8.8 (WIP)
- todo

- v1.8.7
- updated `log`, added: AutoStart Peripheral interface

- v1.8.5
- updated `log`, fixed: forwarding systemd log to file

Expand Down
4 changes: 2 additions & 2 deletions doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const (
// AppName const
AppName = "cmdr"
// Version const
Version = "1.8.5"
Version = "1.8.7"
// VersionInt const
VersionInt = 0x010805
VersionInt = 0x010807
)

0 comments on commit 56f50fd

Please sign in to comment.