mirror of
https://github.com/OpenNebula/one.git
synced 2024-12-23 17:33:56 +03:00
M #: increase oned db versions (#1637)
This commit is contained in:
parent
587d4b71ad
commit
42b7c9a3d3
@ -159,7 +159,7 @@ public:
|
||||
*/
|
||||
static std::string shared_db_version()
|
||||
{
|
||||
return "6.2.0";
|
||||
return "6.4.0";
|
||||
}
|
||||
|
||||
/**
|
||||
@ -168,7 +168,7 @@ public:
|
||||
*/
|
||||
static std::string local_db_version()
|
||||
{
|
||||
return "6.2.0";
|
||||
return "6.4.0";
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user