summary refs log tree commit diff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2020-04-19 15:07:03 +0200
committerNicolas Werner <nicolas.werner@hotmail.de>2020-04-19 15:07:23 +0200
commit6e1c57a702575da74418e82ff9a1aefe49945923 (patch)
tree148bccd57700b6f94fbac5e3432bd628cfef6224 /CMakeLists.txt
parentTry to fix messages getting stuck by sometimes sending them twice and never f... (diff)
downloadnheko-6e1c57a702575da74418e82ff9a1aefe49945923.tar.xz
Prepare 0.7.0 release
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 2fab6c93..46f7282e 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -335,7 +335,7 @@ if(USE_BUNDLED_MTXCLIENT)
 	FetchContent_Declare(
 		MatrixClient
 		GIT_REPOSITORY https://github.com/Nheko-Reborn/mtxclient.git
-		GIT_TAG        48e100e09b470c5c8be1f13837d4abd990283068
+		GIT_TAG        v0.3.0
 		)
 	FetchContent_MakeAvailable(MatrixClient)
 else()