File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44
55[project ]
66name = " protomq-benchmarks"
7- version = " 0.1 .0"
7+ version = " 0.2 .0"
88description = " ProtoMQ benchmark utilities"
99requires-python = " >=3.11"
1010dependencies = [
Original file line number Diff line number Diff line change 99 .name = .protomq ,
1010 // This is a [Semantic Version](https://semver.org/).
1111 // In a future version of Zig it will be used for package deduplication.
12- .version = "0.1 .0" ,
12+ .version = "0.2 .0" ,
1313 // Together with name, this represents a globally unique package
1414 // identifier. This field is generated by the Zig toolchain when the
1515 // package is first created, and then *never changes*. This allows
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ pub fn main() !void {
99 const allocator = gpa .allocator ();
1010
1111 std .debug .print ("ProtoMQ Server Starting...\n " , .{});
12- std .debug .print ("Version: 0.1 .0\n " , .{});
12+ std .debug .print ("Version: 0.2 .0\n " , .{});
1313 std .debug .print ("Zig Version: {s}\n\n " , .{@import ("builtin" ).zig_version_string });
1414
1515 // Create and start TCP server
You can’t perform that action at this time.
0 commit comments