Skip to content

Commit cfd50cb

Browse files
committed
Bump version to 0.1.0
1 parent 0c355af commit cfd50cb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.zig.zon

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.{
22
.name = "bold",
3-
.version = "0.0.4",
3+
.version = "0.1.0",
44

55
.dependencies = .{
66
.@"zig-yaml" = .{

src/Options.zig

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ const usage =
9393
;
9494

9595
const version =
96-
\\bold 0.0.4 (compatible with Apple ld64)
96+
\\bold 0.1.0 (compatible with Apple ld64)
9797
;
9898

9999
emit: MachO.Emit,

0 commit comments

Comments
 (0)