Skip to content

Commit 451390c

Browse files
committed
build: version update
1 parent 0900551 commit 451390c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ set -euo pipefail
33

44
ENV="prod" # prod is another env, try taking it from github env
55
REPO="tilesprivacy/tiles"
6-
VERSION=$(grep '^version' tiles/Cargo.toml | head -1 | awk -F'"' '{print $2}')
6+
# VERSION=$(grep '^version' tiles/Cargo.toml | head -1 | awk -F'"' '{print $2}')
77

8-
VERSION="0.4.3"
8+
VERSION="0.4.4"
99
INSTALL_DIR="/usr/local/bin" # CLI install location
1010

1111
SERVER_DIR="/usr/local/share/tiles/server" # Python server folder

0 commit comments

Comments
 (0)