Skip to content

Commit

Permalink
Bump version to 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Dec 2, 2024
1 parent 5501748 commit cebccb5
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.2.0
1.2.1
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.2.0",
.version = "1.2.1",

// 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.2.0";
pub const VERSION = "1.2.1";
pub const MAX_INPUT_LENGTH = 64;
pub const MAX_HTTP_BUFFER = 256;

Expand Down

0 comments on commit cebccb5

Please sign in to comment.