mirror of
https://github.com/OpenNebula/one.git
synced 2025-08-24 17:49:28 +03:00
Feature #4369: Bump DB version to 4.90.0
This commit is contained in:
@ -338,7 +338,7 @@ public:
|
||||
*/
|
||||
static string shared_db_version()
|
||||
{
|
||||
return "4.11.80";
|
||||
return "4.90.0";
|
||||
}
|
||||
|
||||
/**
|
||||
@ -347,7 +347,7 @@ public:
|
||||
*/
|
||||
static string local_db_version()
|
||||
{
|
||||
return "4.13.85";
|
||||
return "4.90.0";
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user