From 93414f5b30c7a9169510f728fd3f83d870fe07b2 Mon Sep 17 00:00:00 2001 From: Tino Vazquez Date: Wed, 13 Jul 2022 10:59:52 +0200 Subject: [PATCH] M #-: Missing bump to 6.4.1 --- share/onegate/onegate | 2 +- src/cloud/common/CloudClient.rb | 2 +- src/oca/ruby/opennebula.rb | 2 +- src/onecfg/lib/version.rb | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/share/onegate/onegate b/share/onegate/onegate index 62d36cb186..2ac1ec1024 100755 --- a/share/onegate/onegate +++ b/share/onegate/onegate @@ -29,7 +29,7 @@ require 'pp' module CloudClient # OpenNebula version - VERSION = '6.4.0' + VERSION = '6.4.1' # ######################################################################### # Default location for the authentication file diff --git a/src/cloud/common/CloudClient.rb b/src/cloud/common/CloudClient.rb index 8166604eea..68b9a9ef20 100644 --- a/src/cloud/common/CloudClient.rb +++ b/src/cloud/common/CloudClient.rb @@ -51,7 +51,7 @@ end module CloudClient # OpenNebula version - VERSION = '6.4.0' + VERSION = '6.4.1' # ######################################################################### # Default location for the authentication file diff --git a/src/oca/ruby/opennebula.rb b/src/oca/ruby/opennebula.rb index 7e88c16052..9d46da0c10 100644 --- a/src/oca/ruby/opennebula.rb +++ b/src/oca/ruby/opennebula.rb @@ -77,5 +77,5 @@ require 'opennebula/flow' module OpenNebula # OpenNebula version - VERSION = '6.4.0' + VERSION = '6.4.1' end diff --git a/src/onecfg/lib/version.rb b/src/onecfg/lib/version.rb index d9090a52f9..d492bbc071 100644 --- a/src/onecfg/lib/version.rb +++ b/src/onecfg/lib/version.rb @@ -16,6 +16,6 @@ module OneCfg - VERSION = '6.4.0' + VERSION = '6.4.1' end