diff --git a/package.json b/package.json index 0ab9fea..a6fba92 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@dashlane/cli", - "version": "6.2447.0", + "version": "6.2447.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 f64506f..d94bd6c 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: 2447, patch: 0 }; +export const CLI_VERSION: CliVersion = { major: 6, minor: 2447, patch: 1 }; export const breakingChangesVersions: CliVersion[] = []; export const cliVersionToString = (version: CliVersion): string => {