diff --git a/package.json b/package.json index 49e7e49..8563021 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@dashlane/cli", - "version": "6.2424.0", + "version": "6.2424.1", "description": "Manage your Dashlane vault through a CLI tool", "type": "module", "main": "dist/index.cjs", diff --git a/src/cliVersion.ts b/src/cliVersion.ts index 1cacb6d..514c9f4 100644 --- a/src/cliVersion.ts +++ b/src/cliVersion.ts @@ -1,6 +1,6 @@ import { CliVersion } from './types.js'; -export const CLI_VERSION: CliVersion = { major: 6, minor: 2424, patch: 0 }; +export const CLI_VERSION: CliVersion = { major: 6, minor: 2424, patch: 1 }; export const breakingChangesVersions: CliVersion[] = []; export const cliVersionToString = (version: CliVersion): string => {