diff options
author | Bohdan Horbeshko <bodqhrohro@gmail.com> | 2024-05-11 02:22:53 +0300 |
---|---|---|
committer | Bohdan Horbeshko <bodqhrohro@gmail.com> | 2024-05-11 02:22:53 +0300 |
commit | af07773b07ed3d0138ad237906bcd8e81512a11d (patch) | |
tree | d1c9d3365bd02951635fe76e524ee396d9249b24 /telegabber.go | |
parent | a74e2bcb7d3262073d05aa89140b1d202b7f179d (diff) |
Random IDs for service messagesv1.9.5
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 9e71887..6cfccff 100644 --- a/telegabber.go +++ b/telegabber.go @@ -16,7 +16,7 @@ import ( goxmpp "gosrc.io/xmpp" ) -var version string = "1.9.4" +var version string = "1.9.5" var commit string var sm *goxmpp.StreamManager |