github.com/kyma-incubator/compass/components/director@v0.0.0-20230623144113-d764f56ff805/internal/open_resource_discovery/version.go (about) 1 package ord 2 3 // SpecVersion is used to track the currently adopted ORD spec version 4 // This constant must be updated every time a newer version of the spec 5 // is adopted 6 const SpecVersion = "1.2.2"