diff options
author | Bohdan Horbeshko <bodqhrohro@gmail.com> | 2023-09-01 00:26:35 +0300 |
---|---|---|
committer | Bohdan Horbeshko <bodqhrohro@gmail.com> | 2023-09-01 00:26:35 +0300 |
commit | 4588170d1e43db780c551177f5996598fe25bc6e (patch) | |
tree | bc9ec31b03fd179cb1b812df5c1493ab816f59fb /telegabber.go | |
parent | aa561c5be606c14cfd211df694ef0be856195df7 (diff) |
Harden the authorizer access to prevent crashesv1.8.1
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 f409599..85c5fbd 100644 --- a/telegabber.go +++ b/telegabber.go @@ -15,7 +15,7 @@ import ( goxmpp "gosrc.io/xmpp" ) -var version string = "1.8.0" +var version string = "1.8.1" var commit string var sm *goxmpp.StreamManager |