From 8a0d7750835522c7155c058ee91c6c2212a7008f Mon Sep 17 00:00:00 2001 From: Tobias Rausch Date: Mon, 16 Sep 2024 13:54:57 +0200 Subject: [PATCH] v1.2.8 --- src/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/version.h b/src/version.h index 5d07e36..ab84bbb 100644 --- a/src/version.h +++ b/src/version.h @@ -5,7 +5,7 @@ namespace torali { - std::string dellyVersionNumber = "1.2.6"; + std::string dellyVersionNumber = "1.2.8"; inline void printTitle(std::string const& title)