Unverified Commit 316b63da authored by Martin Holst Swende's avatar Martin Holst Swende Committed by GitHub

clef: fix erroneous api version (#19234)

parent 2eed46da
......@@ -42,7 +42,7 @@ const (
// ExternalAPIVersion -- see extapi_changelog.md
ExternalAPIVersion = "6.0.0"
// InternalAPIVersion -- see intapi_changelog.md
InternalAPIVersion = "6s.0.0"
InternalAPIVersion = "6.0.0"
)
// ExternalAPI defines the external API through which signing requests are made.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment