Skip to content

Commit

Permalink
bump target nextjs version
Browse files Browse the repository at this point in the history
  • Loading branch information
Jarred-Sumner committed Feb 25, 2022
1 parent 7e96e82 commit f90ea81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli/create_command.zig
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit f90ea81

Please sign in to comment.