Skip to content

Commit 2e6d383

Browse files
committed
fix next app version test
1 parent 8ac3016 commit 2e6d383

File tree

1 file changed

+1
-1
lines changed
  • packages/@apphosting/adapter-nextjs/src/bin

1 file changed

+1
-1
lines changed

packages/@apphosting/adapter-nextjs/src/bin/create.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { spawn } from "child_process";
33

44
import { isMain } from "../utils.js";
55

6-
export const CREATE_NEXT_APP_VERSION = "~14.0.0";
6+
export const CREATE_NEXT_APP_VERSION = "~14.1.0";
77

88
const main = isMain(import.meta);
99

0 commit comments

Comments
 (0)