Skip to content

Commit 7a0d945

Browse files
committed
bump version to v0.1.7
1 parent 9598e12 commit 7a0d945

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
17
tsshd (0.1.6) trusty; urgency=medium
28

39
* tsshd v0.1.6

tsshd/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ import (
3333
"strings"
3434
)
3535

36-
const kTsshdVersion = "0.1.6"
36+
const kTsshdVersion = "0.1.7"
3737

3838
// buildTag stores the version tag injected at build time via -ldflags.
3939
var buildTag = ""

0 commit comments

Comments
 (0)