Skip to content

Commit a8b4532

Browse files
committed
Bump MBot Bridge required version
1 parent 42a1d27 commit a8b4532

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/generate_release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
set -e # Quit on error.
33

44
VERSION="" # The version of this release.
5-
BRIDGE_VERSION="v1.0.0" # The MBot Bridge version to download if no path is passed.
5+
BRIDGE_VERSION="v1.1.0" # The MBot Bridge version to download if no path is passed.
66
BRIDGE_PATH="" # The path to a local version of MBot Bridge. Overrides downloading a release.
77

88
# Directory where the script is executed from

0 commit comments

Comments
 (0)