fix renew-check of let's encrypt implementation, set version to 0.10.5 for bugfix release; fixes #747

Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann
2019-11-01 14:19:06 +01:00
parent 6cd061d74c
commit b162324ff0
4 changed files with 16 additions and 5 deletions

View File

@@ -7,7 +7,7 @@ final class Froxlor
{
// Main version variable
const VERSION = '0.10.4';
const VERSION = '0.10.5';
// Database version (YYYYMMDDC where C is a daily counter)
const DBVERSION = '201910200';