diff --git a/token.go b/token.go index 1f73ac3..265f50d 100644 --- a/token.go +++ b/token.go @@ -29,7 +29,7 @@ var ErrInvalidToken = errors.New("invalid access token") const ( // UCANVersion is the current version of the UCAN spec - UCANVersion = "0.4.0" + UCANVersion = "0.7.0" // UCANVersionKey is the key used in version headers for the UCAN spec UCANVersionKey = "ucv" // PrfKey denotes "Proofs" in a UCAN. Stored in JWT Claims