diff options
author | Bohdan Horbeshko <bodqhrohro@gmail.com> | 2023-09-01 01:24:30 +0300 |
---|---|---|
committer | Bohdan Horbeshko <bodqhrohro@gmail.com> | 2023-09-01 01:24:30 +0300 |
commit | 282a6fc21b9626ab1bdc9c5a78162d90b7d28aa2 (patch) | |
tree | 10dd90f60829e42b1002f1f3997ed091c8a14dd9 /telegabber.go | |
parent | 4588170d1e43db780c551177f5996598fe25bc6e (diff) |
Hotfix: prevent lockup on loginv1.8.2
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 85c5fbd..a1efd12 100644 --- a/telegabber.go +++ b/telegabber.go @@ -15,7 +15,7 @@ import ( goxmpp "gosrc.io/xmpp" ) -var version string = "1.8.1" +var version string = "1.8.2" var commit string var sm *goxmpp.StreamManager |