Version 1.9.2

This commit is contained in:
Bohdan Horbeshko 2024-04-11 22:24:22 -04:00
parent f15e44436b
commit 2459b14948
3 changed files with 3 additions and 3 deletions

View file

@ -2,7 +2,7 @@
COMMIT := $(shell git rev-parse --short HEAD)
TD_COMMIT := "5bbfc1cf5dab94f82e02f3430ded7241d4653551"
VERSION := "v1.9.1"
VERSION := "v1.9.2"
MAKEOPTS := "-j4"
all:

View file

@ -16,7 +16,7 @@ import (
goxmpp "gosrc.io/xmpp"
)
var version string = "1.9.1"
var version string = "1.9.2"
var commit string
var sm *goxmpp.StreamManager