Skip to content

Commit

Permalink
Bump version to 0.18.1 (#141)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnwason committed Nov 22, 2023
1 parent b252904 commit 6a7859f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@

#ifndef ROBOTRACONTEUR_VERSION
// Boost Style Version Number
#define ROBOTRACONTEUR_VERSION 001800
#define ROBOTRACONTEUR_VERSION_TEXT "0.18.0"
#define ROBOTRACONTEUR_VERSION 001801
#define ROBOTRACONTEUR_VERSION_TEXT "0.18.1"
#endif

#if (__GNUC__ == 4 && __GNUC_MINOR__ == 7)
Expand Down
2 changes: 1 addition & 1 deletion package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="3">
<name>robotraconteur</name>
<version>0.18.0</version>
<version>0.18.1</version>
<description>The robotraconteur package</description>

<maintainer email="wason@wasontech.com">John Wason</maintainer>
Expand Down

0 comments on commit 6a7859f

Please sign in to comment.