Skip to content

Commit 0607ac6

Browse files
committed
Bumbp version
1 parent 5a3564b commit 0607ac6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const print = std.debug.print;
55
const Client = @import("client.zig").Client;
66
const HelpMessage = @import("HelpMessage.zig");
77

8-
const version = "1.0.0";
8+
const version = "1.1.0";
99

1010
pub fn main() !void {
1111
var gpa = std.heap.GeneralPurposeAllocator(.{}){};

0 commit comments

Comments
 (0)