src/version.h: set version to 7.3.2

Signed-off-by: Drew DeVault <sir@cmpwn.com>
This commit is contained in:
Drew DeVault 2025-01-08 10:09:07 +01:00
parent 0c8caf3427
commit 108ba01000

View File

@ -4,5 +4,5 @@
// SPDX-License-Identifier: BSD-3-Clause
// SPDX-License-Identifier: LGPL-3.0-only
#define REDICT_VERSION "7.3.1"
#define REDICT_VERSION_NUM 0x00070300
#define REDICT_VERSION "7.3.2"
#define REDICT_VERSION_NUM 0x00070302