Skip to content

Commit

Permalink
[Release] Version 1.5.5 (#682)
Browse files Browse the repository at this point in the history
This marks the release version of 1.5.5
  • Loading branch information
rvowles authored Jan 26, 2022
1 parent e3ac6f0 commit a0dc826
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion adks/e2e-sdk/app/steps/general_steps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ Given(/^I connect to the Edge server using (sse-client-eval|poll-client-eval|pol
});

Then('I write out a feature-examples config file', function () {
const buf = `#!/bin/sh\nexport FEATUREHUB_CLIENT_API_KEY=${this.sdkUrlClientEval}\nexport FEATUREHUB_EDGE_URL=${this.featureUrl}\n`;
const buf = `#!/bin/sh\nexport FEATUREHUB_CLIENT_API_KEY=${this.sdkUrlClientEval}\nexport FEATUREHUB_EDGE_URL=${this.featureUrl}\nexport FEATUREHUB_BASE_URL=${this.adminUrl}\n`;

fs.writeFileSync('./example-test.sh', buf);
});
Expand Down
2 changes: 1 addition & 1 deletion current-rc.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.5.5-RC1
1.5.5

0 comments on commit a0dc826

Please sign in to comment.