From 67366772d3274bd2bb0dcd71f477f73b8f9bbb90 Mon Sep 17 00:00:00 2001 From: Pierre Lannoy Date: Mon, 26 Aug 2019 22:12:39 +0200 Subject: [PATCH] Ready to release 1.0.1. --- init.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.php b/init.php index 298dbe1f..59735f86 100644 --- a/init.php +++ b/init.php @@ -12,7 +12,7 @@ define( 'DECALOG_PRODUCT_SHORTNAME', 'DecaLog' ); define( 'DECALOG_PRODUCT_ABBREVIATION', 'decalog' ); define( 'DECALOG_SLUG', 'decalog' ); -define( 'DECALOG_VERSION', '1.0.0' ); +define( 'DECALOG_VERSION', '1.0.1' ); define( 'DECALOG_CODENAME', '"-"' ); define( 'DECALOG_CRON_NAME', 'decalog_clean_database' );