From 0b138dc1d5fc8945c98625bbefd6a9a2c1dfdcfd Mon Sep 17 00:00:00 2001 From: kksidd Date: Wed, 17 Apr 2019 19:54:01 +0530 Subject: [PATCH] Update version to 2.2 release --- couch/header.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/couch/header.php b/couch/header.php index 5f64add..3b04522 100644 --- a/couch/header.php +++ b/couch/header.php @@ -49,8 +49,8 @@ if( !defined('K_COUCH_DIR') ) die(); // cannot be loaded directly - define( 'K_COUCH_VERSION', '2.2RC1' ); // Changes with every release - define( 'K_COUCH_BUILD', '20190113' ); // YYYYMMDD - do - + define( 'K_COUCH_VERSION', '2.2' ); // Changes with every release + define( 'K_COUCH_BUILD', '20190417' ); // YYYYMMDD - do - if( file_exists(K_COUCH_DIR.'config.php') ){ require_once( K_COUCH_DIR.'config.php' );