Skip to content

Commit 92924d3

Browse files
chore: Bump version to v0.2.0
- SSH remote file browsing via SFTP sync/cache - SCP-style CLI syntax, SSH config support, named remotes - Auto-reconnect, status bar indicators, 28 new tests
1 parent 4b933b1 commit 92924d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/lookit/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import (
2424
"github.com/Benjamin-Connelly/lookit/internal/web"
2525
)
2626

27-
var version = "v0.1.3"
27+
var version = "v0.2.0"
2828

2929
var cfg *config.Config
3030

0 commit comments

Comments
 (0)