Skip to content

Commit

Permalink
chore(release): 2.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.0.0](v1.1.18...v2.0.0) (2022-04-14)

### Features

* include load in driver ([f9bc568](f9bc568))
  • Loading branch information
semantic-release-bot committed Apr 14, 2022
1 parent d4e245d commit abe2812
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [2.0.0](https://github.com/darkdragonsastro/indi-dragon-ups/compare/v1.1.18...v2.0.0) (2022-04-14)


### Features

* include load in driver ([f9bc568](https://github.com/darkdragonsastro/indi-dragon-ups/commit/f9bc56859f4fa8863a283027114c1daad17958c5))

## [1.1.18](https://github.com/darkdragonsastro/indi-dragon-ups/compare/v1.1.17...v1.1.18) (2022-04-12)


Expand Down
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake_modules/")

find_package(INDI 1.9 REQUIRED)

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

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

Expand Down

0 comments on commit abe2812

Please sign in to comment.