Skip to content

Commit

Permalink
bump 5.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kassane committed Jun 16, 2023
1 parent eca03d4 commit 02f5bcc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.zig
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ pub fn build(b: *std.Build) void {
.version = .{
.major = 5,
.minor = 6,
.patch = 2,
.patch = 3,
},
}) else b.addStaticLibrary(.{
.name = "wolfssl",
Expand Down
3 changes: 2 additions & 1 deletion build.zig.zon
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
.{
.name = "wolfssl",
.version = "5.6.2",
.version = "5.6.3",
.license = "GPLv2",
}

0 comments on commit 02f5bcc

Please sign in to comment.