diff options
author | Bohdan Horbeshko <bodqhrohro@gmail.com> | 2024-04-27 07:31:21 +0300 |
---|---|---|
committer | Bohdan Horbeshko <bodqhrohro@gmail.com> | 2024-04-27 07:31:21 +0300 |
commit | a3f6d5f77402bf4a4d3fa01297f9fd78cc69a3b3 (patch) | |
tree | 41458be4520e15c1de22d9c1dba8d37c54c48c73 /telegabber.go | |
parent | 2459b14948e71a5db640b63a41720f2b197f3fd4 (diff) |
Support nativeedits for rawmessages=falsev1.9.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 6c10d0d..c39d91d 100644 --- a/telegabber.go +++ b/telegabber.go @@ -16,7 +16,7 @@ import ( goxmpp "gosrc.io/xmpp" ) -var version string = "1.9.2" +var version string = "1.9.3" var commit string var sm *goxmpp.StreamManager |