Skip to content

Commit

Permalink
Bump version to 2.29.0
Browse files Browse the repository at this point in the history
  • Loading branch information
manup committed Oct 9, 2024
1 parent b497467 commit ef6ca9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.13)

project(de_rest_plugin VERSION 2.28.01 LANGUAGES C;CXX)
project(de_rest_plugin VERSION 2.29.00 LANGUAGES C;CXX)

set(CMAKE_INCLUDE_CURRENT_DIR ON)

Expand Down

2 comments on commit ef6ca9f

@mattreim
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hello @manup, there are problems with the bump of version 2.29.0

@manup
Copy link
Member Author

@manup manup commented on ef6ca9f Oct 11, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not really problems, the release was already build 2 days ago for Linux but not uploaded due some uncertainty for Xiaomi motion sensor we had to make a few more tests. See #7827 (comment)

Long story short: We'll go with the current merged state I'm compiling the other platforms now and then upload.

Please sign in to comment.