diff options
author | Bohdan Horbeshko <bodqhrohro@gmail.com> | 2023-08-08 07:54:24 +0300 |
---|---|---|
committer | Bohdan Horbeshko <bodqhrohro@gmail.com> | 2023-08-08 07:54:24 +0300 |
commit | 64515e2c666067953e3a9680b4f0db84f3838498 (patch) | |
tree | ca8c841a2ca45458a03b3f966586c3b44c8ee964 /telegabber.go | |
parent | 9377d7a15538a6c0af97937806ecd55eb112beb3 (diff) |
Fix replies to messages with non-ASCII charactersv1.7.6
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 37d5890..3802764 100644 --- a/telegabber.go +++ b/telegabber.go @@ -15,7 +15,7 @@ import ( goxmpp "gosrc.io/xmpp" ) -var version string = "1.7.5" +var version string = "1.7.6" var commit string var sm *goxmpp.StreamManager |