From 3c75f623175c251a5326788db81b23b3c291d825 Mon Sep 17 00:00:00 2001 From: "Ruben S. Montero" Date: Thu, 21 Feb 2019 10:47:40 +0100 Subject: [PATCH] development: Update local DB version to 5.8 --- src/onedb/fsck.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/onedb/fsck.rb b/src/onedb/fsck.rb index d366be2e11..acc8cc5ea0 100644 --- a/src/onedb/fsck.rb +++ b/src/onedb/fsck.rb @@ -53,7 +53,7 @@ require 'fsck/quotas' module OneDBFsck VERSION = "5.6.0" - LOCAL_VERSION = "5.7.80" + LOCAL_VERSION = "5.8.0" def db_version if defined?(@db_version) && @db_version