diff options
author | 2022-02-25 02:18:07 -0800 | |
---|---|---|
committer | 2022-02-25 02:18:07 -0800 | |
commit | f90ea81d5867689dfd9103293c56c1e00e48e699 (patch) | |
tree | 41810842a08e1ed0569a705e685164cf6ec56a1b | |
parent | 7e96e82cad1f8d7a99a4e61b0a366b2097c7aabc (diff) | |
download | bun-f90ea81d5867689dfd9103293c56c1e00e48e699.tar.gz bun-f90ea81d5867689dfd9103293c56c1e00e48e699.tar.zst bun-f90ea81d5867689dfd9103293c56c1e00e48e699.zip |
bump target nextjs version
-rw-r--r-- | src/cli/create_command.zig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cli/create_command.zig b/src/cli/create_command.zig index b13084c03..ab370bf3b 100644 --- a/src/cli/create_command.zig +++ b/src/cli/create_command.zig @@ -45,7 +45,7 @@ const CopyFile = @import("../copy_file.zig"); var bun_path_buf: [std.fs.MAX_PATH_BYTES]u8 = undefined; const Futex = @import("../futex.zig"); -const target_nextjs_version = "12.0.2"; +const target_nextjs_version = "12.1.0"; pub var initialized_store = false; pub fn initializeStore() void { if (initialized_store) return; |