From 4bd32e8d0b8104f6a22420e872adb6827aad9651 Mon Sep 17 00:00:00 2001 From: Simon Pribylski Date: Sat, 2 Sep 2023 20:29:51 +0200 Subject: [PATCH] chore: bump version to alpha-0.4.0 --- include/client/updater/Updater.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/client/updater/Updater.h b/include/client/updater/Updater.h index 50ebfa1..8d622a9 100644 --- a/include/client/updater/Updater.h +++ b/include/client/updater/Updater.h @@ -2,7 +2,7 @@ #include "td/misc/DataBuffer.h" -#define TD_VERSION "alpha-0.3.0" +#define TD_VERSION "alpha-0.4.0" namespace td { namespace utils {