Skip to content

Commit 4defe33

Browse files
author
Corentin Mors
committed
Bump version to 6.2415.0
1 parent 847005a commit 4defe33

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dashlane/cli",
3-
"version": "6.2412.0",
3+
"version": "6.2415.0",
44
"description": "Manage your Dashlane vault through a CLI tool",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

src/cliVersion.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { CliVersion } from './types';
22

3-
export const CLI_VERSION: CliVersion = { major: 6, minor: 2412, patch: 0 };
3+
export const CLI_VERSION: CliVersion = { major: 6, minor: 2415, patch: 0 };
44
export const breakingChangesVersions: CliVersion[] = [];
55

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

0 commit comments

Comments
 (0)