We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ac3016 commit 2e6d383Copy full SHA for 2e6d383
packages/@apphosting/adapter-nextjs/src/bin/create.ts
@@ -3,7 +3,7 @@ import { spawn } from "child_process";
3
4
import { isMain } from "../utils.js";
5
6
-export const CREATE_NEXT_APP_VERSION = "~14.0.0";
+export const CREATE_NEXT_APP_VERSION = "~14.1.0";
7
8
const main = isMain(import.meta);
9
0 commit comments