Skip to content

Commit

Permalink
Rename builder to builder
Browse files Browse the repository at this point in the history
  • Loading branch information
Deepankar Sharma committed Feb 20, 2023
1 parent ecb2635 commit e9a9209
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (

func main() {
pps := plugin.NewSet()
pps.RegisterBuilder("my-builder", new(lxdapi.Builder))
pps.RegisterBuilder("builder", new(lxdapi.Builder))
pps.SetVersion(lxdapiVersion.PluginVersion)
err := pps.Run()
if err != nil {
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (

var (
// Version is the main version number that is being run at the moment.
Version = "0.0.3"
Version = "0.0.4"

// VersionPrerelease is A pre-release marker for the Version. If this is ""
// (empty string) then it means that it is a final release. Otherwise, this
Expand Down

0 comments on commit e9a9209

Please sign in to comment.