diff --git a/CHANGES.md b/CHANGES.md index f006707..b9237c3 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -3,6 +3,11 @@ This document describes the relevant changes between releases of the API metamodel. + +## 0.0.63 Dec 16 2024 + +- Remove redundunt return statements. + ## 0.0.62 Dec 13 2024 - Add support for `ref` annotation diff --git a/pkg/info/info.go b/pkg/info/info.go index e0a6029..5e423a4 100644 --- a/pkg/info/info.go +++ b/pkg/info/info.go @@ -1,5 +1,5 @@ /* -Copyright (c) 2019 Red Hat, Inc. +Copyright (c) 2024 Red Hat, Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -18,4 +18,4 @@ limitations under the License. package info -const Version = "0.0.62" +const Version = "0.0.63"