diff options
author | 2022-03-30 18:58:07 -0700 | |
---|---|---|
committer | 2022-03-30 18:58:07 -0700 | |
commit | 47a9a452d8ff4d6876d389df2205507a383d5dc8 (patch) | |
tree | 434496a1dca0117f26f3dc3c4bbdbd3ab9079a2e | |
parent | b3fa316c5e0f25e9cff1caac6d5c36d7cdf8939c (diff) | |
download | bun-47a9a452d8ff4d6876d389df2205507a383d5dc8.tar.gz bun-47a9a452d8ff4d6876d389df2205507a383d5dc8.tar.zst bun-47a9a452d8ff4d6876d389df2205507a383d5dc8.zip |
Bump target next version to 12.1.3
-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 d4cb1f020..e5d27fe75 100644 --- a/src/cli/create_command.zig +++ b/src/cli/create_command.zig @@ -46,7 +46,7 @@ var bun_path_buf: [bun.MAX_PATH_BYTES]u8 = undefined; const Futex = @import("../futex.zig"); const ComptimeStringMap = @import("../comptime_string_map.zig").ComptimeStringMap; -const target_nextjs_version = "12.1.0"; +const target_nextjs_version = "12.1.3"; pub var initialized_store = false; pub fn initializeStore() void { if (initialized_store) return; |