From b5b892989db393de52de15166f449a6afe80e1a6 Mon Sep 17 00:00:00 2001 From: Julian Oes Date: Thu, 23 Aug 2018 16:41:25 +0200 Subject: [PATCH] backend: bump version correctly --- backend/tools/push_backend_framework_to_s3.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/tools/push_backend_framework_to_s3.bash b/backend/tools/push_backend_framework_to_s3.bash index 793baf2b42..9b85237c63 100644 --- a/backend/tools/push_backend_framework_to_s3.bash +++ b/backend/tools/push_backend_framework_to_s3.bash @@ -4,7 +4,7 @@ set -e SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)" FAT_BIN_DIR=${SCRIPT_DIR}/../../build/fat_bin -CURRENT_VERSION=0.1.0 +CURRENT_VERSION=0.1.1 aws s3 cp ${FAT_BIN_DIR}/dronecode-backend.zip s3://dronecode-sdk/dronecode-backend-latest.zip aws s3api put-object-acl --bucket dronecode-sdk --key dronecode-backend-latest.zip --acl public-read