Jonathan Turner пре 7 година
родитељ
комит
3c6960d2ba
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -12,7 +12,7 @@ gokrb5 may work with other versions of Go but they are not tested.
 ### Go Get
 To get the package, execute:
 ```
-go get -d gopkg.in/jcmturner/gokrb5.v6/...
+go get -d gopkg.in/jcmturner/gokrb5.v7/...
 ```
 To import this package, add the following line to your code:
 ```go