Skip to content

Commit baeea46

Browse files
committed
fix: use a better initial version number
1 parent 19695fd commit baeea46

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

packages/init/src/init.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import initConfig from "../deno.json" with { type: "json" };
66

77
// Keep these as is, as we replace these version in our release script
88
const FRESH_VERSION = "2.2.2";
9-
const FRESH_LINT_VERSION = "0.0.0";
9+
const FRESH_LINT_VERSION = "0.1.0";
1010
const FRESH_TAILWIND_VERSION = "1.0.0";
1111
const FRESH_VITE_PLUGIN = "1.0.0";
1212
const PREACT_VERSION = "10.28.3";

packages/update/src/update.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import { walk } from "@std/fs/walk";
88
export const SyntaxKind = tsmorph.ts.SyntaxKind;
99

1010
export const FRESH_VERSION = "2.2.2";
11-
export const FRESH_LINT_VERSION = "0.0.0";
11+
export const FRESH_LINT_VERSION = "0.1.0";
1212
export const PREACT_VERSION = "10.28.3";
1313
export const PREACT_SIGNALS_VERSION = "2.7.1";
1414

0 commit comments

Comments
 (0)