Skip to content

Commit

Permalink
added version
Browse files Browse the repository at this point in the history
  • Loading branch information
rezwanahmedsami committed Dec 13, 2024
1 parent dc4eba1 commit 9156439
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build.zig
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ pub fn build(b: *std.Build) void {
.root_source_file = b.path("src/ipapi.zig"),
.target = target,
.optimize = optimize,
.version = .{
.major = 1,
.minor = 0,
.patch = 0,
},
});

// Link to the libcurl library
Expand Down

0 comments on commit 9156439

Please sign in to comment.