We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9fe3a2 commit b3d2181Copy full SHA for b3d2181
internal/plugin.go
@@ -20,7 +20,7 @@ type VercelPlugin struct {
20
21
func NewVercelPlugin() schema.MachComposerPlugin {
22
state := &VercelPlugin{
23
- provider: "0.11.4", // Provider version of `vercel/vercel`
+ provider: "0.15.1", // Provider version of `vercel/vercel`
24
siteConfigs: map[string]*VercelConfig{},
25
}
26
return plugin.NewPlugin(&schema.PluginSchema{
0 commit comments