We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9598e12 commit 7a0d945Copy full SHA for 7a0d945
2 files changed
debian/changelog
@@ -1,3 +1,9 @@
1
+tsshd (0.1.7) trusty; urgency=medium
2
+
3
+ * tsshd v0.1.7
4
5
+ -- Lonny Wong <lonnywong@qq.com> Sun, 03 May 2026 08:21:15 +0800
6
7
tsshd (0.1.6) trusty; urgency=medium
8
9
* tsshd v0.1.6
tsshd/version.go
@@ -33,7 +33,7 @@ import (
33
"strings"
34
)
35
36
-const kTsshdVersion = "0.1.6"
+const kTsshdVersion = "0.1.7"
37
38
// buildTag stores the version tag injected at build time via -ldflags.
39
var buildTag = ""
0 commit comments