Skip to content

Commit e9a9209

Browse files
author
Deepankar Sharma
committed
Rename builder to builder
1 parent ecb2635 commit e9a9209

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import (
1010

1111
func main() {
1212
pps := plugin.NewSet()
13-
pps.RegisterBuilder("my-builder", new(lxdapi.Builder))
13+
pps.RegisterBuilder("builder", new(lxdapi.Builder))
1414
pps.SetVersion(lxdapiVersion.PluginVersion)
1515
err := pps.Run()
1616
if err != nil {

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import (
66

77
var (
88
// Version is the main version number that is being run at the moment.
9-
Version = "0.0.3"
9+
Version = "0.0.4"
1010

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

0 commit comments

Comments
 (0)