From 57e274fbe164bd6c43a503316628943c362084c6 Mon Sep 17 00:00:00 2001 From: Daniel Holmgren Date: Wed, 22 Dec 2021 18:22:48 -0600 Subject: [PATCH] Update ucan version (ucv) to 0.7.0 --- token.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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