Skip to content

Commit

Permalink
Release v0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Deltik committed Jul 24, 2024
1 parent 5886ecc commit 1fd327a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## v0.7.2 (UNRELEASED)
## v0.7.2 (2024-07-24)

### Fixed

Expand Down
2 changes: 1 addition & 1 deletion mod_antiloris.c
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
#include <stdlib.h>

#define MODULE_NAME "mod_antiloris"
#define MODULE_VERSION "0.7.1"
#define MODULE_VERSION "0.7.2"
#define ANTILORIS_DEFAULT_MAX_CONN_TOTAL 30
#define ANTILORIS_DEFAULT_MAX_CONN_READ 10
#define ANTILORIS_DEFAULT_MAX_CONN_WRITE 10
Expand Down

0 comments on commit 1fd327a

Please sign in to comment.