diff options
author | Bohdan Horbeshko <bodqhrohro@gmail.com> | 2023-06-01 23:37:38 +0300 |
---|---|---|
committer | Bohdan Horbeshko <bodqhrohro@gmail.com> | 2023-06-01 23:37:38 +0300 |
commit | 8663a29e157aae6e68cc880a86b3a666da37bfc9 (patch) | |
tree | 8071a4381276bf743ca21a5a5b8da4930054fd5d /telegabber.go | |
parent | 75f0532193440294f4bbf7cd687174b5e9a16249 (diff) |
Add /vcard command
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 72353bb..c8d6a8f 100644 --- a/telegabber.go +++ b/telegabber.go @@ -15,7 +15,7 @@ import ( goxmpp "gosrc.io/xmpp" ) -var version string = "1.5.0" +var version string = "1.6.0-dev" var commit string var sm *goxmpp.StreamManager |