From f70661694b2f6929b0d9b9c76e0354b5191fb615 Mon Sep 17 00:00:00 2001 From: Persson-dev Date: Sun, 19 Dec 2021 11:58:36 +0100 Subject: [PATCH] chore: bump version to "alpha-0.1.2" --- 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 b3eb0cc..6b9a741 100644 --- a/include/updater/Updater.h +++ b/include/updater/Updater.h @@ -2,7 +2,7 @@ #include "misc/DataBuffer.h" -#define TD_VERSION "alpha-0.1.1" +#define TD_VERSION "alpha-0.1.2" namespace td { namespace utils {