Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
ericbeland committed Nov 14, 2023
1 parent bf55859 commit b287247
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/constants.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ export const API_TOKEN_SIZE = 20;
export const CLUSTER_NAME_PREFIX = 'BrowserUp';
export const CLUSTER_NAME_REMOTE_PREFIX = CLUSTER_NAME_PREFIX;
export const CLUSTER_NAME_LOCAL_PREFIX = `${CLUSTER_NAME_PREFIX}Local`;
export const BROWSERUP_DEFAULT_IMAGE = "browserup/standard:release-1.4.15";
export const BROWSERUP_DEFAULT_IMAGE = "browserup/standard:release-1.4.16";
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "browserup",
"version": "1.1.31",
"version": "1.1.32",
"type": "module",
"license": "AGPL-3.0",
"homepage": "http://browserup.com",
Expand Down

0 comments on commit b287247

Please sign in to comment.