diff options
author | Bohdan Horbeshko <bodqhrohro@gmail.com> | 2023-10-29 15:47:35 +0300 |
---|---|---|
committer | Bohdan Horbeshko <bodqhrohro@gmail.com> | 2023-10-29 15:52:33 +0300 |
commit | 67b8ad57f0aab1a033cbd8bcc8e75cf23342f5f9 (patch) | |
tree | 02f41432fc170dc0aea66e7a75be8b5009723064 /Makefile | |
parent | 282a6fc21b9626ab1bdc9c5a78162d90b7d28aa2 (diff) |
Fix reply length for hrunicode messagesv1.8.3
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 := "8517026415e75a8eec567774072cbbbbb52376c1" -VERSION := "v1.8.2" +VERSION := "v1.8.3" MAKEOPTS := "-j4" all: |