Skip to content

Commit 32e96e3

Browse files
committed
Use version package for the plugin
1 parent f4603f3 commit 32e96e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/plugin/cmd/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import (
2424
"github.com/spf13/cobra"
2525
"sigs.k8s.io/yaml"
2626

27-
"sigs.k8s.io/cluster-api/version"
27+
"sigs.k8s.io/cluster-api-operator/version"
2828
)
2929

3030
// Version provides the version information of CAPI operator.

0 commit comments

Comments
 (0)