Skip to content

Commit

Permalink
Merge pull request #1 from mach-composer/update-provider
Browse files Browse the repository at this point in the history
increase provider version to 0.0.5
  • Loading branch information
okkevandereijk authored Sep 8, 2023
2 parents 9bddc3e + ba4b7f5 commit 14affee
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 14affee

Please sign in to comment.