Jonathan Turner 7 лет назад
Родитель
Сommit
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