From e9cbec7fe32e006811e12ef3adc6bc84fcfd606c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mika=C3=ABl=20Capelle?= Date: Thu, 29 May 2025 12:11:46 +0200 Subject: [PATCH] Bump to 1.7.0. (#27) --- src/version.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/version.h b/src/version.h index 0f7c61e..d496a56 100644 --- a/src/version.h +++ b/src/version.h @@ -1,4 +1,4 @@ #define LOOTCLI_VERSION_MAJOR 1 -#define LOOTCLI_VERSION_MINOR 6 +#define LOOTCLI_VERSION_MINOR 7 #define LOOTCLI_VERSION_MAINTENANCE 0 -#define LOOTCLI_VERSION_STRING "1.6.0" +#define LOOTCLI_VERSION_STRING "1.7.0"