From a38d5192a4fe3ce4e15ac7deccbf49e87657b239 Mon Sep 17 00:00:00 2001 From: Tobias Rausch Date: Fri, 22 Dec 2023 09:53:33 +0100 Subject: [PATCH] v1.1.9 --- src/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/version.h b/src/version.h index 28437b2..9ddd15d 100644 --- a/src/version.h +++ b/src/version.h @@ -5,7 +5,7 @@ namespace torali { - std::string dellyVersionNumber = "1.1.8"; + std::string dellyVersionNumber = "1.1.9"; inline void printTitle(std::string const& title)