Skip to content

Commit 6ee0955

Browse files
chore(ver): update version to 0.1.0
Signed-off-by: Gyokhan Kochmarla <gokhan.kocmarli@gmail.com>
1 parent 8264eec commit 6ee0955

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.zig.zon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
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.0.0",
12+
.version = "0.1.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

0 commit comments

Comments
 (0)