From 384b7ad51e9e9b379de12db2107d96fcecb0720a Mon Sep 17 00:00:00 2001 From: Persson-dev Date: Sat, 11 Dec 2021 20:07:26 +0100 Subject: [PATCH] chore: bump version to alpha-0.0.5 --- 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 51e6e77..8da0d9c 100644 --- a/include/updater/Updater.h +++ b/include/updater/Updater.h @@ -4,7 +4,7 @@ #include -#define TD_VERSION "alpha-0.0.4" +#define TD_VERSION "alpha-0.0.5" namespace td { namespace utils {