Skip to content

Commit

Permalink
Merge pull request #939 from davidleerh/OCM-7117-metamodel-0.060
Browse files Browse the repository at this point in the history
OCM-7117 | chore: update metamodel version in sdk to v0.060
  • Loading branch information
ciaranRoche authored Apr 5, 2024
2 parents a5f804c + 8babf0a commit f6691b3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
This document describes the relevant changes between releases of the OCM API
SDK.

## 0.1.414
- Update metamodel version v0.0.60

## 0.1.413
- Update model version v0.0.366
- Fix Default Capabilities.
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ model_version:=v0.0.366
model_url:=https://github.com/openshift-online/ocm-api-model.git

# Details of the metamodel to use:
metamodel_version:=v0.0.59
metamodel_version:=v0.0.60

goimports_version:=v0.4.0

Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ limitations under the License.

package sdk

const Version = "0.1.413"
const Version = "0.1.414"

0 comments on commit f6691b3

Please sign in to comment.