Skip to content

Commit

Permalink
Updating CHANGES and VERSION for 2.3.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
timwoj committed Aug 26, 2022
1 parent 2df4655 commit c19cd10
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2.3.2 | 2022-08-26 09:03:59 -0700

* Release 2.3.2.

2.3.1-4 | 2022-08-26 09:03:22 -0700

* Add missing error signaling (Dominik Charousset, Corelight)
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.3.1-4
2.3.2
4 changes: 2 additions & 2 deletions include/broker/version.hh
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ using type = unsigned;

constexpr type major = 2;
constexpr type minor = 3;
constexpr type patch = 1;
constexpr auto suffix = "-4";
constexpr type patch = 2;
constexpr auto suffix = "";

constexpr type protocol = 2;

Expand Down

0 comments on commit c19cd10

Please sign in to comment.