Version 1.12.8

This commit is contained in:
Bohdan Horbeshko 2025-10-19 13:07:16 -04:00
parent 78a4305872
commit e073ded9e4
2 changed files with 2 additions and 2 deletions

View file

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

View file

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