diff --git a/package.json b/package.json index 5854d2a..d91c2ba 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@dashlane/cli", - "version": "6.2432.0", + "version": "6.2436.0", "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 609a143..2648552 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: 2432, patch: 0 }; +export const CLI_VERSION: CliVersion = { major: 6, minor: 2436, patch: 0 }; export const breakingChangesVersions: CliVersion[] = []; export const cliVersionToString = (version: CliVersion): string => {