Skip to content

Commit

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

* Add missing error signaling (Dominik Charousset, Corelight)

(cherry picked from commit 5b82ef4356e2f7bbbaa908149929b332f28dc539)

2.3.1-2 | 2022-08-24 10:06:55 -0700

* Remove the retry limit on peerings (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-2
2.3.1-4
2 changes: 1 addition & 1 deletion include/broker/version.hh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ using type = unsigned;
constexpr type major = 2;
constexpr type minor = 3;
constexpr type patch = 1;
constexpr auto suffix = "-2";
constexpr auto suffix = "-4";

constexpr type protocol = 2;

Expand Down

0 comments on commit 2df4655

Please sign in to comment.