From c1affc36c00660d1651b5fec2a1020c42bfb83b1 Mon Sep 17 00:00:00 2001 From: Persson-dev Date: Mon, 22 Nov 2021 19:36:14 +0100 Subject: [PATCH] chore: bump version to alpha-0.0.2 --- 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 9ebc31f..d6aea5b 100644 --- a/include/misc/Updater.h +++ b/include/misc/Updater.h @@ -4,7 +4,7 @@ #include -#define TD_VERSION "alpha-0.0.1" +#define TD_VERSION "alpha-0.0.2" namespace td { namespace utils {