Adversarial C2 Protocol Implemented in Zig

Set dev version to 0.0.0

+1 -1
+1 -1
build.zig.zon
··· 10 10 11 11 // This is a [Semantic Version](https://semver.org/). 12 12 // In a future version of Zig it will be used for package deduplication. 13 - .version = "0.1.0", 13 + .version = "0.0.0", 14 14 15 15 // Together with name, this represents a globally unique package 16 16 // identifier. This field is generated by the Zig toolchain when the