Skip to content

Commit 692f1fb

Browse files
committed
Version 2.2.0 using Zig 0.16.0.
1 parent 4905c8e commit 692f1fb

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

build.zig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ pub fn build(b: *std.Build) void {
88
.major = 2,
99
.minor = 2,
1010
.patch = 0,
11-
.pre = "dev.1",
1211
};
1312
const target = b.standardTargetOptions(.{});
1413
const optimize = b.standardOptimizeOption(.{

src/main.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const VERSION = "2.2.0-dev.1";
1+
const VERSION = "2.2.0";
22
const std = @import("std");
33
const File = std.Io.File;
44
const Writer = std.Io.Writer;

0 commit comments

Comments
 (0)