diff options
author | 2023-01-17 00:43:56 -0800 | |
---|---|---|
committer | 2023-01-17 00:43:56 -0800 | |
commit | aacaa9b85d2108260fd3af08257684d081fa9279 (patch) | |
tree | 6f967e19af0e23643578ba14b4d5f1ededea10df /src | |
parent | 74992f6f34d26ee1db20694ca49379e32c83631c (diff) | |
download | bun-aacaa9b85d2108260fd3af08257684d081fa9279.tar.gz bun-aacaa9b85d2108260fd3af08257684d081fa9279.tar.zst bun-aacaa9b85d2108260fd3af08257684d081fa9279.zip |
Bun v0.5.0
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 |