We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0900551 commit 451390cCopy full SHA for 451390c
scripts/install.sh
@@ -3,9 +3,9 @@ set -euo pipefail
3
4
ENV="prod" # prod is another env, try taking it from github env
5
REPO="tilesprivacy/tiles"
6
-VERSION=$(grep '^version' tiles/Cargo.toml | head -1 | awk -F'"' '{print $2}')
+# VERSION=$(grep '^version' tiles/Cargo.toml | head -1 | awk -F'"' '{print $2}')
7
8
-VERSION="0.4.3"
+VERSION="0.4.4"
9
INSTALL_DIR="/usr/local/bin" # CLI install location
10
11
SERVER_DIR="/usr/local/share/tiles/server" # Python server folder
0 commit comments