Skip to content

Commit 1bd630c

Browse files
committed
1.3
1 parent 200a8b4 commit 1bd630c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
// the host name to match on ("example.com"), and the second argument is the key
99
// you want to retrieve ("Port"). The keywords are case insensitive.
1010
//
11-
// port := ssh_config.Get("myhost", "Port")
11+
// port := ssh_config.Get("myhost", "Port")
1212
//
1313
// You can also manipulate an SSH config file and then print it or write it back
1414
// to disk.
@@ -43,7 +43,7 @@ import (
4343
"sync"
4444
)
4545

46-
const version = "1.2"
46+
const version = "1.3"
4747

4848
var _ = version
4949

0 commit comments

Comments
 (0)