diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/__global.zig | 2 | ||||
-rw-r--r-- | src/build-id | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/__global.zig b/src/__global.zig index 6bf87cdef..e2914a1bc 100644 --- a/src/__global.zig +++ b/src/__global.zig @@ -7,7 +7,7 @@ const StringTypes = @import("./string_types.zig"); const Mimalloc = @import("bun").Mimalloc; const bun = @import("bun"); -const BASE_VERSION = "0.4"; +const BASE_VERSION = "0.5"; pub const build_id = std.fmt.parseInt(u64, std.mem.trim(u8, @embedFile("./build-id"), "\n \r\t"), 10) catch unreachable; pub const package_json_version = if (Environment.isDebug) diff --git a/src/build-id b/src/build-id index 56a6051ca..c22708346 100644 --- a/src/build-id +++ b/src/build-id @@ -1 +1 @@ -1
\ No newline at end of file +0
\ No newline at end of file |