diff --git a/build.zig b/build.zig index ca4fe1f99..4952b1e80 100644 --- a/build.zig +++ b/build.zig @@ -4,8 +4,8 @@ const config = @import("src/config.zig"); const mimalloc_lib = @import("lib/mimalloc/lib.zig"); const tcc_lib = @import("lib/tcc/lib.zig"); -// FIND: v0.2 -const Version = "0.2"; +// FIND: v0.3 +const Version = "0.3"; var optMalloc: ?config.Allocator = undefined; var selinux: bool = undefined; @@ -473,4 +473,4 @@ pub fn buildCVM(alloc: std.mem.Allocator, step: *std.build.CompileStep, opts: Op .file = .{ .path = thisDir() ++ "/src/vm.c" }, .flags = cflags.items }); -} \ No newline at end of file +} diff --git a/docs/hugo/config.toml b/docs/hugo/config.toml index cdfacf41d..0845c87e1 100644 --- a/docs/hugo/config.toml +++ b/docs/hugo/config.toml @@ -1,6 +1,6 @@ baseURL = 'https://fubark.github.io/cyber' languageCode = 'en-us' -title = 'Cyber Docs v0.2' +title = 'Cyber Docs v0.3' theme = 'hugo-book' # Allow html