diff options
author | Bohdan Horbeshko <bodqhrohro@gmail.com> | 2024-05-05 20:16:38 +0300 |
---|---|---|
committer | Bohdan Horbeshko <bodqhrohro@gmail.com> | 2024-05-05 20:16:38 +0300 |
commit | a74e2bcb7d3262073d05aa89140b1d202b7f179d (patch) | |
tree | 2f207931cd694c8254dc920f2174c53719e32024 /Makefile | |
parent | a3f6d5f77402bf4a4d3fa01297f9fd78cc69a3b3 (diff) |
Mute/unmute whole chats with no argumentsv1.9.4
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ COMMIT := $(shell git rev-parse --short HEAD) TD_COMMIT := "5bbfc1cf5dab94f82e02f3430ded7241d4653551" -VERSION := "v1.9.3" +VERSION := "v1.9.4" MAKEOPTS := "-j4" all: |