Skip to content

Commit

Permalink
Bump version to v6.2432.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikescops committed Aug 9, 2024
1 parent d0fb08c commit 6bf6b21
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dashlane/cli",
"version": "6.2424.2",
"version": "6.2432.0",
"description": "Manage your Dashlane vault through a CLI tool",
"type": "module",
"main": "dist/index.cjs",
Expand Down
2 changes: 1 addition & 1 deletion src/cliVersion.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { CliVersion } from './types.js';

export const CLI_VERSION: CliVersion = { major: 6, minor: 2424, patch: 2 };
export const CLI_VERSION: CliVersion = { major: 6, minor: 2432, patch: 0 };
export const breakingChangesVersions: CliVersion[] = [];

export const cliVersionToString = (version: CliVersion): string => {
Expand Down

0 comments on commit 6bf6b21

Please sign in to comment.