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.
2 parents 104672d + 82c1b65 commit e806ba0Copy full SHA for e806ba0
pkg/config/v2/config.go
@@ -28,8 +28,6 @@ import (
28
// Version is the config.Version for project configuration 2
29
var Version = config.Version{Number: 2}
30
31
-const apiVersion = "v1beta1"
32
-
33
type cfg struct {
34
// Version
35
Version config.Version `json:"version"`
0 commit comments