clef: fix erroneous api version

This commit is contained in:
Martin Holst Swende 2019-03-07 12:07:56 +01:00
parent 2fa9e99fc1
commit c0cdb59013
No known key found for this signature in database
GPG key ID: 683B438C05A5DDF0

View file

@ -42,7 +42,7 @@ const (
// ExternalAPIVersion -- see extapi_changelog.md // ExternalAPIVersion -- see extapi_changelog.md
ExternalAPIVersion = "6.0.0" ExternalAPIVersion = "6.0.0"
// InternalAPIVersion -- see intapi_changelog.md // InternalAPIVersion -- see intapi_changelog.md
InternalAPIVersion = "6s.0.0" InternalAPIVersion = "6.0.0"
) )
// ExternalAPI defines the external API through which signing requests are made. // ExternalAPI defines the external API through which signing requests are made.