Skip to content

Commit

Permalink
chore(release): 2.0.1 [skip ci]
Browse files Browse the repository at this point in the history
## [2.0.1](v2.0.0...v2.0.1) (2022-04-15)

### Bug Fixes

* update max voltage ([24e6e02](24e6e02))
  • Loading branch information
semantic-release-bot committed Apr 15, 2022
1 parent 24e6e02 commit f1dc8de
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [2.0.1](https://github.com/darkdragonsastro/indi-dragon-ups/compare/v2.0.0...v2.0.1) (2022-04-15)


### Bug Fixes

* update max voltage ([24e6e02](https://github.com/darkdragonsastro/indi-dragon-ups/commit/24e6e022b8631ff678a3b506c4eff9e58f3a56d1))

# [2.0.0](https://github.com/darkdragonsastro/indi-dragon-ups/compare/v1.1.18...v2.0.0) (2022-04-14)


Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ find_package(INDI 1.9 REQUIRED)

set(VERSION_MAJOR 2)
set(VERSION_MINOR 0)
set(VERSION_PATCH 0)
set(VERSION_PATCH 1)

set(CPACK_PACKAGE_VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}")

Expand Down

0 comments on commit f1dc8de

Please sign in to comment.