diff --git a/src/0_config.js b/src/0_config.js index 2ebaec16..70262e48 100644 --- a/src/0_config.js +++ b/src/0_config.js @@ -8,4 +8,4 @@ var DEFAULT_API_ENDPOINT = 'https://api2.branch.io'; config.app_service_endpoint = 'https://app.link'; config.link_service_endpoint = 'https://bnc.lt'; config.api_endpoint = DEFAULT_API_ENDPOINT; -config.version = '0.0.0'; +config.version = '2.85.1'; // will get overwritten by gha on actual deploy diff --git a/test/web-config.js b/test/web-config.js index 152048c4..9636fd6c 100644 --- a/test/web-config.js +++ b/test/web-config.js @@ -6,4 +6,4 @@ goog.provide('config'); config.app_service_endpoint = 'https://app.link'; config.link_service_endpoint = 'https://bnc.lt'; config.api_endpoint = 'https://api.branch.io'; -config.version = '0.0.0'; +config.version = '2.85.1'; // will get overwritten by gha on actual deploy