Skip to content

Commit d4078fa

Browse files
authored
Merge branch 'master' into fix-release
2 parents a7b45bf + 15c30fa commit d4078fa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/0_config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ var DEFAULT_API_ENDPOINT = 'https://api2.branch.io';
88
config.app_service_endpoint = 'https://app.link';
99
config.link_service_endpoint = 'https://bnc.lt';
1010
config.api_endpoint = DEFAULT_API_ENDPOINT;
11-
config.version = '0.0.0';
11+
config.version = '2.85.1'; // will get overwritten by gha on actual deploy

test/web-config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ goog.provide('config');
66
config.app_service_endpoint = 'https://app.link';
77
config.link_service_endpoint = 'https://bnc.lt';
88
config.api_endpoint = 'https://api.branch.io';
9-
config.version = '0.0.0';
9+
config.version = '2.85.1'; // will get overwritten by gha on actual deploy

0 commit comments

Comments
 (0)