Skip to content

Commit

Permalink
Update legacy version.
Browse files Browse the repository at this point in the history
Signed-off-by: Marco A. Gutierrez <[email protected]>
  • Loading branch information
Marco A. Gutierrez committed Jan 22, 2024
1 parent 38030c1 commit a0f9e46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ros_buildfarm/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@
# same version as in:
# - setup.py
# - stdeb.cfg
__version__ = '3.0.1-master'
__version__ = '3.0.1+master'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
# same version as in:
# - ros_buildfarm/__init__.py
# - stdeb.cfg
'version': '3.0.1-master',
'version': '3.0.1+master',
'packages': find_packages(exclude=['test']),
'scripts': scripts,
'include_package_data': True,
Expand Down

0 comments on commit a0f9e46

Please sign in to comment.