Skip to content

Commit b27aab4

Browse files
committed
chore(version): bump verion v0.3.0 -> v0.4.0
In v0.4.0, we add ipv6 address support for ssh signin
1 parent c8892ed commit b27aab4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ func init() {
2020
func main() {
2121
flag.Parse()
2222
if version {
23-
fmt.Println("v0.3.0")
23+
fmt.Println("v0.4.0")
2424
return
2525
}
2626
if err := utils.InitConfig(confFilePath); err != nil {

0 commit comments

Comments
 (0)