diff options
author | Bohdan Horbeshko <bodqhrohro@gmail.com> | 2023-01-23 17:14:53 +0300 |
---|---|---|
committer | Bohdan Horbeshko <bodqhrohro@gmail.com> | 2023-01-23 17:14:53 +0300 |
commit | b3d66993e5962d2b961631e3afa578967a7b3d8a (patch) | |
tree | 03f2630f3b0f1b32d04edb6320b148ac409ecc32 /telegabber.go | |
parent | 18a17cb7a8abe0180bb4b1e8dd1f468956796922 (diff) |
Version 1.4.0v1.4.0
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 903a5c5..295ec40 100644 --- a/telegabber.go +++ b/telegabber.go @@ -15,7 +15,7 @@ import ( goxmpp "gosrc.io/xmpp" ) -var version string = "1.4.0-dev" +var version string = "1.4.0" var commit string var sm *goxmpp.StreamManager |