From 43f21ffd44905acaf5182f68c7942b30611e1cce Mon Sep 17 00:00:00 2001 From: Persson-dev Date: Sun, 12 Dec 2021 13:33:12 +0100 Subject: [PATCH] chore: bump verssion to alpha-0.1.0 --- include/updater/Updater.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/updater/Updater.h b/include/updater/Updater.h index 260a3b8..40b14a0 100644 --- a/include/updater/Updater.h +++ b/include/updater/Updater.h @@ -2,7 +2,7 @@ #include "misc/DataBuffer.h" -#define TD_VERSION "alpha-0.0.5" +#define TD_VERSION "alpha-0.1.0" namespace td { namespace utils {