From ac75624c636c5a1dd4a8ec6241fac87e14e14307 Mon Sep 17 00:00:00 2001 From: astra Date: Sun, 4 Jun 2023 20:50:28 +0000 Subject: [PATCH] Update to v1.8.14 --- Makefile | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index b207c64..4cedd91 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -TAG := 054a823c1a812ee3e038f702c6d8ba3e6974be9c +TAG := 8517026415e75a8eec567774072cbbbbb52376c1 schema-update: curl https://raw.githubusercontent.com/tdlib/td/${TAG}/td/generate/scheme/td_api.tl 2>/dev/null > ./data/td_api.tl diff --git a/README.md b/README.md index de9f9e3..9cf7ce2 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # go-tdlib -Go wrapper for [TDLib (Telegram Database Library)](https://github.com/tdlib/td) with full support of TDLib v1.7.0 +Go wrapper for [TDLib (Telegram Database Library)](https://github.com/tdlib/td) with full support of TDLib v1.8.0 ## TDLib installation