File: 0001-Fix-version-constant.patch

package info (click to toggle)
golang-github-mattn-go-xmpp 0.3.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 236 kB
  • sloc: makefile: 2
file content (21 lines) | stat: -rw-r--r-- 452 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
From: Martin Dosch <martin@mdosch.de>
Date: Sun, 7 Dec 2025 16:10:30 +0100
Subject: Fix version constant.

---
 const.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/const.go b/const.go
index 7790ff2..ff3b2db 100644
--- a/const.go
+++ b/const.go
@@ -1,7 +1,7 @@
 package xmpp
 
 const (
-	Version = "0.2.19-dev"
+	Version = "0.3.0"
 	// FAST Mechanisms
 	HT_SHA_256_ENDP = "HT-SHA-256-ENDP"
 	HT_SHA_256_EXPR = "HT-SHA-256-EXPR"