Skip to content

Commit

Permalink
Merge pull request #34 from ZdenekM/ros2
Browse files Browse the repository at this point in the history
build: bump version
  • Loading branch information
Kapim authored Jan 23, 2024
2 parents 5d7f4ee + 7d165c3 commit c381903
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker/client/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM but5gera/ros2_relay_server:0.1.0
FROM but5gera/ros2_relay_server:1.0.0

COPY docker/client/start.sh /root/start.sh

Expand Down
2 changes: 1 addition & 1 deletion docker/network_application/Dockerfile.inter_relay
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM but5gera/relay_network_application_client_ros2:0.1.0
FROM but5gera/relay_network_application_client_ros2:1.0.0

COPY docker/network_application/start_inter_relay.sh /root/start.sh

Expand Down
2 changes: 1 addition & 1 deletion era_5g_relay_network_application/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ python_distribution(
sdist=True,
provides=setup_py(
name="era_5g_relay_network_application",
version="0.1.0",
version="1.0.0",
description="Relay Network Application",
author="Michal Kapinus",
author_email="[email protected]",
Expand Down

0 comments on commit c381903

Please sign in to comment.