Skip to content

Commit f3e1fef

Browse files
fix: Update CLI version to match package.json 0.4.2
1 parent 6e03926 commit f3e1fef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/cli/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ import Database from 'better-sqlite3';
4848
import { join } from 'path';
4949
import { existsSync, mkdirSync } from 'fs';
5050

51-
const VERSION = '0.4.1';
51+
const VERSION = '0.4.2';
5252

5353
// Check for updates on CLI startup
5454
UpdateChecker.checkForUpdates(VERSION, true).catch(() => {

0 commit comments

Comments
 (0)