Skip to content

Commit

Permalink
increased version to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
amock committed Feb 11, 2024
1 parent 0830ae0 commit dc9e4b3
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
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.8)
project(rmcl_msgs)
project(rmcl_msgs VERSION 2.0.0)

# Default to C++17
if(NOT CMAKE_CXX_STANDARD)
Expand Down
2 changes: 1 addition & 1 deletion package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>rmcl_msgs</name>
<version>1.0.0</version>
<version>2.0.0</version>
<description>The rmcl_msgs package</description>
<maintainer email="[email protected]">Alexander Mock</maintainer>
<author email="[email protected]">Alexander Mock</author>
Expand Down

0 comments on commit dc9e4b3

Please sign in to comment.