feat: use latest for development

This commit is contained in:
franklin 2024-04-26 13:49:48 +02:00
parent 473a3e7be6
commit 6b3a933fcb
No known key found for this signature in database

View File

@ -15,7 +15,7 @@ import (
"github.com/foomo/gocontentful/erm"
)
var VERSION = "v1.0.26"
var VERSION = "latest"
type contentfulRc struct {
ManagementToken string `json:"managementToken"`