Skip to content

Commit

Permalink
Bump version to 6.2.2.36
Browse files Browse the repository at this point in the history
Signed-off-by: Kristian Feldsam <[email protected]>
  • Loading branch information
feldsam committed Nov 4, 2024
1 parent 7903740 commit 49613b0
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion include/NebulaService.h
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ class NebulaService
*/
static std::string code_version()
{
return "6.2.2.35"; // bump version
return "6.2.2.36"; // bump version
}

/**
Expand Down
2 changes: 1 addition & 1 deletion share/onegate/onegate
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ require 'pp'
module CloudClient

# OpenNebula version
VERSION = '6.2.2.35'
VERSION = '6.2.2.36'

# #########################################################################
# Default location for the authentication file
Expand Down
2 changes: 1 addition & 1 deletion share/rubygems/generate
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
require 'fileutils'
require 'tmpdir'

VERSION = "6.2.2.35"
VERSION = "6.2.2.36"

def version
v = VERSION
Expand Down
2 changes: 1 addition & 1 deletion src/cloud/common/CloudClient.rb
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
module CloudClient

# OpenNebula version
VERSION = '6.2.2.35'
VERSION = '6.2.2.36'

# #########################################################################
# Default location for the authentication file
Expand Down
2 changes: 1 addition & 1 deletion src/im_mad/remotes/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6.2.2.35
6.2.2.36
2 changes: 1 addition & 1 deletion src/oca/java/src/org/opennebula/client/OneSystem.java
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public class OneSystem
private static final String GROUP_QUOTA_INFO = "groupquota.info";
private static final String GROUP_QUOTA_UPDATE = "groupquota.update";

public static final String VERSION = "6.2.2.35";
public static final String VERSION = "6.2.2.36";

public OneSystem(Client client)
{
Expand Down
2 changes: 1 addition & 1 deletion src/oca/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
if sys.version_info[0] < 3:
install_requires.append('future')

version = '6.2.2.35'
version = '6.2.2.36'

# mark pre-release
v1 = int(version.split('.')[1])
Expand Down
2 changes: 1 addition & 1 deletion src/oca/ruby/opennebula.rb
Original file line number Diff line number Diff line change
Expand Up @@ -77,5 +77,5 @@
module OpenNebula

# OpenNebula version
VERSION = '6.2.2.35'
VERSION = '6.2.2.36'
end
2 changes: 1 addition & 1 deletion src/onecfg/lib/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@

module OneCfg

VERSION = '6.2.2.35'
VERSION = '6.2.2.36'

end

0 comments on commit 49613b0

Please sign in to comment.