Skip to content

Commit

Permalink
Bump version to 6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
traversaro authored Nov 9, 2024
1 parent 03defd5 commit c18a78b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# GNU Lesser General Public License v2.1 or any later version.

cmake_minimum_required(VERSION 3.5)
project(WB-Toolbox LANGUAGES CXX VERSION 5.7.0)
project(WB-Toolbox LANGUAGES CXX VERSION 6.0.0)

if(WBT_BUILD_DOCS)
add_subdirectory(doc)
Expand Down
2 changes: 1 addition & 1 deletion ci_env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dependencies:
- ninja
- pkg-config
- eigen
- blockfactory
- blockfactory>=1.0.0
- idyntree
- osqp-eigen
- qpoases
Expand Down

0 comments on commit c18a78b

Please sign in to comment.