Skip to content

Commit 06ad44b

Browse files
fix: Update CLI version to 0.3.17
1 parent 6e73fb5 commit 06ad44b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cli/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ import Database from 'better-sqlite3';
6161
import { join } from 'path';
6262
import { existsSync, mkdirSync } from 'fs';
6363

64-
const VERSION = '0.3.14';
64+
const VERSION = '0.3.17';
6565

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

0 commit comments

Comments
 (0)