Skip to content

Commit ccc0560

Browse files
feat: update version in package.json to be 6.2544.1 (#336)
2 parents 604a2ed + 196ee28 commit ccc0560

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dashlane/cli",
3-
"version": "6.2526.2",
3+
"version": "6.2544.1",
44
"description": "Manage your Dashlane vault through a CLI tool",
55
"type": "module",
66
"main": "dist/index.cjs",

src/cliVersion.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { CliVersion } from './types.js';
22

3-
export const CLI_VERSION: CliVersion = { major: 6, minor: 2526, patch: 2 };
3+
export const CLI_VERSION: CliVersion = { major: 6, minor: 2544, patch: 1 };
44
export const breakingChangesVersions: CliVersion[] = [];
55

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

0 commit comments

Comments
 (0)