Skip to content

Commit

Permalink
increase provider version to 0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
okkevandereijk committed Sep 8, 2023
1 parent 9bddc3e commit ba4b7f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/plugin.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ type ApollostudioPlugin struct {

func NewApollostudioPlugin() schema.MachComposerPlugin {
state := &ApollostudioPlugin{
provider: "0.0.4", // Provider version of `labd/apollostudio`
provider: "0.0.5", // Provider version of `labd/apollostudio`
siteConfigs: map[string]*ApollostudioConfig{},
}
return plugin.NewPlugin(&schema.PluginSchema{
Expand Down

0 comments on commit ba4b7f5

Please sign in to comment.