From: czichy Date: Thu, 8 Dec 2022 10:49:37 +0000 (+0200) Subject: Releasing as 1.2.7 X-Git-Tag: common/v1.2.7 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=55af6844b8eb5ee37cc3c99a42ea59b2398de2fa;p=ric-plt%2Fnodeb-rnib.git Releasing as 1.2.7 Signed-off-by: czichy Change-Id: If6d550fb095f70f845541053b26ff6b16455b40c --- diff --git a/ci/control b/ci/control index ff74528..1abb7ac 100644 --- a/ci/control +++ b/ci/control @@ -1,5 +1,5 @@ Package: rnib -Version: 1.2.6 +Version: 1.2.7 Section: custom Priority: optional Architecture: all diff --git a/ci/package-tag.yaml b/ci/package-tag.yaml index 81e4357..c2255da 100644 --- a/ci/package-tag.yaml +++ b/ci/package-tag.yaml @@ -1,3 +1,3 @@ --- -tag: 1.2.6 +tag: 1.2.7 diff --git a/reader/go.mod b/reader/go.mod index 0bddee5..f451e0a 100644 --- a/reader/go.mod +++ b/reader/go.mod @@ -3,8 +3,8 @@ module gerrit.o-ran-sc.org/r/ric-plt/nodeb-rnib.git/reader go 1.17 require ( - gerrit.o-ran-sc.org/r/ric-plt/nodeb-rnib.git/common v1.2.6 - gerrit.o-ran-sc.org/r/ric-plt/nodeb-rnib.git/entities v1.2.6 + gerrit.o-ran-sc.org/r/ric-plt/nodeb-rnib.git/common v1.2.7 + gerrit.o-ran-sc.org/r/ric-plt/nodeb-rnib.git/entities v1.2.7 github.com/golang/protobuf v1.4.2 github.com/pkg/errors v0.8.1 github.com/stretchr/testify v1.3.0