We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75449e8 commit 1898420Copy full SHA for 1898420
1 file changed
make-planet.sh
@@ -8,7 +8,7 @@ fi
8
9
source "$HOME/.cargo/env"
10
11
-WANTED_VERSION="osm-lump-ways 3.6.0"
+WANTED_VERSION="osm-lump-ways 3.7.0"
12
if [ "$(osm-lump-ways --version)" != "$WANTED_VERSION" ] ; then
13
echo "Wrong version of osm-lump-ways installed: \"$(osm-lump-ways --version)\" wanted \"$WANTED_VERSION\""
14
exit 1
0 commit comments