diff --git a/httpclient.go b/httpclient.go index 89e018b..1260ca1 100644 --- a/httpclient.go +++ b/httpclient.go @@ -21,7 +21,7 @@ import ( "time" ) -// returns the current version of the package +// Version returns the current version of the package func Version() string { return "0.4.1" }