summaryrefslogtreecommitdiffstatshomepage
path: root/src
diff options
context:
space:
mode:
authorChris Boesch <chrboesch@noreply.codeberg.org>2023-05-25 15:18:14 +0200
committerGitHub <noreply@github.com>2023-05-25 15:18:14 +0200
commit1482b82500c48054909fb8cb277c10bdb702efa5 (patch)
treec7356e2d93aee895ecb0cdf2c4c6d1c61fa654ca /src
parent763cdb10ca796a6942a1ff1f6187eb8b23ae1b03 (diff)
changed version number
Diffstat (limited to 'src')
-rw-r--r--src/compat.zig2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compat.zig b/src/compat.zig
index 42ecb6b..a014b24 100644
--- a/src/compat.zig
+++ b/src/compat.zig
@@ -15,7 +15,7 @@ const print = if (@hasDecl(debug, "print")) debug.print else debug.warn;
// When changing this version, be sure to also update README.md in two places:
// 1) Getting Started
// 2) Version Changes
-const needed_version_str = "0.11.0-dev.2704";
+const needed_version_str = "0.11.0-dev.3295";
fn isCompatible() bool {
if (!@hasDecl(builtin, "zig_version") or !@hasDecl(std, "SemanticVersion")) {