From 49d25d3cfa5feb97c0d2d955a683e81a380cd294 Mon Sep 17 00:00:00 2001 From: Tomer Brisker Date: Sun, 21 Aug 2022 16:09:58 +0300 Subject: [PATCH] Release version 0.0.56 --- CHANGES.md | 4 ++++ pkg/info/info.go | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index c4f6d0d..ed1416b 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -3,6 +3,10 @@ This document describes the relevant changes between releases of the API metamodel. +## 0.0.56 Aug 21 2022 + +- Update version field + ## 0.0.55 Aug 21 2022 - Replace deprecated APIs in ioutil with the alternatives. diff --git a/pkg/info/info.go b/pkg/info/info.go index 167c790..146349d 100644 --- a/pkg/info/info.go +++ b/pkg/info/info.go @@ -18,4 +18,4 @@ limitations under the License. package info -const Version = "0.0.54" +const Version = "0.0.56"