From f5c85fc6f2cb89ae3d1f9df3665f3b3078cd336d Mon Sep 17 00:00:00 2001 From: Scott Graves Date: Sun, 25 Aug 2019 23:47:14 +0000 Subject: [PATCH] Updated testing branch --- src/constants.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/constants.js b/src/constants.js index 28616ac..6fbe5f8 100644 --- a/src/constants.js +++ b/src/constants.js @@ -28,7 +28,7 @@ exports.DEV_PUBLIC_KEY = '-----BEGIN PUBLIC KEY-----\n' + '-----END PUBLIC KEY-----'; -const REPERTORY_BRANCH = '1.0.2-release_branch'; +const REPERTORY_BRANCH = '1.1.0-release_branch'; const REPERTORY_UI_BRANCH = '1.0.7_branch'; exports.RELEASES_URL = 'https://bitbucket.org/blockstorage/repertory/raw/' + REPERTORY_BRANCH + '/releases.json';