Skip to content

Commit

Permalink
bump version to v0.1.19
Browse files Browse the repository at this point in the history
  • Loading branch information
lonnywong committed Mar 16, 2024
1 parent 70d2fd4 commit 18d688b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
tssh (0.1.19) trusty; urgency=medium

* tssh v0.1.19

-- Lonny Wong <[email protected]> Sat, 16 Mar 2024 21:38:10 +0800

tssh (0.1.18) trusty; urgency=medium

* tssh v0.1.18
Expand Down
2 changes: 1 addition & 1 deletion tssh/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ import (
"github.com/trzsz/go-arg"
)

const kTsshVersion = "0.1.18"
const kTsshVersion = "0.1.19"

func background(args *sshArgs, dest string) (bool, error) {
if v := os.Getenv("TRZSZ-SSH-BACKGROUND"); v == "TRUE" {
Expand Down

0 comments on commit 18d688b

Please sign in to comment.