1
0
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:
Christian González 2021-12-01 15:55:08 +01:00 committed by GitHub
parent 587d4b71ad
commit 42b7c9a3d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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";
}
/**