Skip to content

Commit b3d2181

Browse files
committed
feat(plugin): update internal vercel version to 0.15
1 parent f9fe3a2 commit b3d2181

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/plugin.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ type VercelPlugin struct {
2020

2121
func NewVercelPlugin() schema.MachComposerPlugin {
2222
state := &VercelPlugin{
23-
provider: "0.11.4", // Provider version of `vercel/vercel`
23+
provider: "0.15.1", // Provider version of `vercel/vercel`
2424
siteConfigs: map[string]*VercelConfig{},
2525
}
2626
return plugin.NewPlugin(&schema.PluginSchema{

0 commit comments

Comments
 (0)