diff options
author | Bohdan Horbeshko <bodqhrohro@gmail.com> | 2024-01-31 17:29:45 +0300 |
---|---|---|
committer | Bohdan Horbeshko <bodqhrohro@gmail.com> | 2024-01-31 17:29:45 +0300 |
commit | eace19eef78a7b88d61888b1db87db3e4364e02c (patch) | |
tree | c5ef26a90f0c8df36c388a11b43c6bd580491d24 /telegabber.go | |
parent | fd0d7411c2f5e1e0368d3494318ce05195d0a56d (diff) | |
parent | f56e6ac1870a946e2084edef0b496d645a826706 (diff) |
Merge branch 'master' into adhoc
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 8edd416..f42e266 100644 --- a/telegabber.go +++ b/telegabber.go @@ -16,7 +16,7 @@ import ( goxmpp "gosrc.io/xmpp" ) -var version string = "1.9.0" +var version string = "1.9.1" var commit string var sm *goxmpp.StreamManager |