Skip to content

Commit

Permalink
new version 4.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
mgonzs13 committed Oct 31, 2024
1 parent be9ea52 commit a6e9ea3
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion llama_bringup/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>llama_bringup</name>
<version>4.0.7</version>
<version>4.0.8</version>
<description>Bringup package for llama_ros</description>
<maintainer email="[email protected]">Miguel Ángel González Santamarta</maintainer>
<license>MIT</license>
Expand Down
2 changes: 1 addition & 1 deletion llama_cli/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>llama_cli</name>
<version>4.0.7</version>
<version>4.0.8</version>
<description>Cli package for llama_ros</description>
<maintainer email="[email protected]">Miguel Ángel González Santamarta</maintainer>
<license>MIT</license>
Expand Down
2 changes: 1 addition & 1 deletion llama_cli/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

setup(
name="llama_cli",
version="4.0.7",
version="4.0.8",
packages=find_packages(exclude=["test"]),
zip_safe=True,
author="Miguel Ángel González Santamarta",
Expand Down
2 changes: 1 addition & 1 deletion llama_cpp_vendor/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>llama_cpp_vendor</name>
<version>4.0.7</version>
<version>4.0.8</version>
<description>Vendor package for llama.cpp.</description>
<maintainer email="[email protected]">Miguel Ángel González Santamarta</maintainer>
<license>MIT</license>
Expand Down
2 changes: 1 addition & 1 deletion llama_demos/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>llama_demos</name>
<version>4.0.7</version>
<version>4.0.8</version>
<description>Demos for llama_ros</description>
<maintainer email="[email protected]">Miguel Ángel González Santamarta</maintainer>
<license>MIT</license>
Expand Down
2 changes: 1 addition & 1 deletion llama_msgs/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>llama_msgs</name>
<version>4.0.7</version>
<version>4.0.8</version>
<description>Msgs for llama_ros</description>
<maintainer email="[email protected]">Miguel Ángel González Santamarta</maintainer>
<license>MIT</license>
Expand Down
2 changes: 1 addition & 1 deletion llama_ros/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>llama_ros</name>
<version>4.0.7</version>
<version>4.0.8</version>
<description>llama.cpp for ROS 2</description>
<maintainer email="[email protected]">Miguel Ángel González Santamarta</maintainer>
<license>MIT</license>
Expand Down

0 comments on commit a6e9ea3

Please sign in to comment.