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 Oct 13, 2023
1 parent 42d8cca commit 2e9067f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2.7.0 | 2023-10-13 10:37:30 -0700

* Add NEWS entries for upcoming 2.7 release [nomail] [skip ci] (Tim Wojtulewicz, Corelight)

2.7.0-dev.32 | 2023-08-28 09:41:33 -0700

* CI: Remove EOL ubuntu 22.10 build (Tim Wojtulewicz, Corelight)
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.7.0-dev.32
2.7.0
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 = 7;
constexpr type patch = 0;
constexpr auto suffix = "-dev";
constexpr auto suffix = "";

constexpr type protocol = 2;

Expand Down

0 comments on commit 2e9067f

Please sign in to comment.