1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-22 18:50:08 +03:00

Change database version in fsck

This commit is contained in:
Javi Fontan 2017-01-18 15:18:26 +01:00
parent e3270951bf
commit 1eba7d8a94

View File

@ -31,7 +31,7 @@ require 'nokogiri'
module OneDBFsck
VERSION = "5.2.0"
LOCAL_VERSION = "5.2.0"
LOCAL_VERSION = "5.3.80"
def check_db_version()
db_version = read_db_version()