add v to version in docs url (#246)

This commit is contained in:
Graham Paye 2019-10-29 16:08:50 -07:00 committed by GitHub
parent b33b25c3fb
commit 4928d44072
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ class RepoMetadata
require_relative "../lib/googleauth/version.rb"
@data.delete_if { |k, _| !allowed_fields.include?(k) }
@data["version"] = Google::Auth::VERSION
@data["version"] = "v#{Google::Auth::VERSION}"
end
def [] key