From e674f2d1b11a25f4b6a3a4c5bf715598195744dd Mon Sep 17 00:00:00 2001 From: Persson-dev Date: Fri, 19 Nov 2021 17:53:41 +0100 Subject: [PATCH] bump version to alpha-0.0.1 --- include/misc/Updater.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/misc/Updater.h b/include/misc/Updater.h index 7e210e0..77d53d2 100644 --- a/include/misc/Updater.h +++ b/include/misc/Updater.h @@ -4,7 +4,7 @@ #include -#define TD_VERSION "alpha-0.0.0" +#define TD_VERSION "alpha-0.0.1" namespace td { namespace utils {