We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b83013b commit b5e5ef0Copy full SHA for b5e5ef0
provisionersdk/serve.go
@@ -26,12 +26,10 @@ const (
26
CurrentMinor = 0
27
)
28
29
-var (
30
- // VersionCurrent is the current provisionerd API version.
31
- // Breaking changes to the provisionerd API **MUST** increment
32
- // CurrentMajor above.
33
- VersionCurrent = apiversion.New(CurrentMajor, CurrentMinor)
34
-)
+// VersionCurrent is the current provisionerd API version.
+// Breaking changes to the provisionerd API **MUST** increment
+// CurrentMajor above.
+var VersionCurrent = apiversion.New(CurrentMajor, CurrentMinor)
35
36
// ServeOptions are configurations to serve a provisioner.
37
type ServeOptions struct {
0 commit comments