Skip to content

Commit

Permalink
Bump version to 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Dec 1, 2024
1 parent 7612c69 commit f7c893b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion INSTALL
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1.2
1.1.3
2 changes: 1 addition & 1 deletion build.zig.zon
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

// This is a [Semantic Version](https://semver.org/).
// In a future version of Zig it will be used for package deduplication.
.version = "1.1.2",
.version = "1.1.3",

// This field is optional.
// This is currently advisory only; Zig does not yet do anything
Expand Down
2 changes: 1 addition & 1 deletion src/const.zig
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/// Core configuration constants
pub const VERSION = "1.1.2";
pub const VERSION = "1.1.3";
pub const MAX_INPUT_LENGTH = 64;
pub const MAX_HTTP_BUFFER = 256;

Expand Down

0 comments on commit f7c893b

Please sign in to comment.