Skip to content

Commit

Permalink
Version bumps
Browse files Browse the repository at this point in the history
  • Loading branch information
ericbeland committed Nov 17, 2023
1 parent b287247 commit 7348d94
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/browserup_cli.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import log from 'loglevel';
import {ErrorType, decoratedError, FakeProcessExitForTests} from "./browserup_errors.mjs";
import {BROWSERUP_DEFAULT_IMAGE} from "./constants.mjs";

export const SERVICES_VERSION = "release-1.0.15";
export const SERVICES_VERSION = "release-1.4.17";

const originalFactory = log.methodFactory;
log.methodFactory = (methodName, logLevel, loggerName) => {
Expand Down
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.16";
export const BROWSERUP_DEFAULT_IMAGE = "browserup/standard:release-1.4.17";
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.32",
"version": "1.1.33",
"type": "module",
"license": "AGPL-3.0",
"homepage": "http://browserup.com",
Expand Down

0 comments on commit 7348d94

Please sign in to comment.