1 parent 4905c8e commit 692f1fbCopy full SHA for 692f1fb
2 files changed
build.zig
@@ -8,7 +8,6 @@ pub fn build(b: *std.Build) void {
8
.major = 2,
9
.minor = 2,
10
.patch = 0,
11
- .pre = "dev.1",
12
};
13
const target = b.standardTargetOptions(.{});
14
const optimize = b.standardOptimizeOption(.{
src/main.zig
@@ -1,4 +1,4 @@
1
-const VERSION = "2.2.0-dev.1";
+const VERSION = "2.2.0";
2
const std = @import("std");
3
const File = std.Io.File;
4
const Writer = std.Io.Writer;
0 commit comments