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 /telegabber.go | |
parent | 282a6fc21b9626ab1bdc9c5a78162d90b7d28aa2 (diff) |
Fix reply length for hrunicode messagesv1.8.3
Diffstat (limited to 'telegabber.go')
-rw-r--r-- | telegabber.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/telegabber.go b/telegabber.go index a1efd12..e316aa6 100644 --- a/telegabber.go +++ b/telegabber.go @@ -15,7 +15,7 @@ import ( goxmpp "gosrc.io/xmpp" ) -var version string = "1.8.2" +var version string = "1.8.3" var commit string var sm *goxmpp.StreamManager |