Skip to content

Commit

Permalink
Update version to 2.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
kksidd committed Apr 17, 2019
1 parent 306b6c8 commit 0b138dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions couch/header.php
Original file line number Diff line number Diff line change
Expand Up @@ -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' );
Expand Down

0 comments on commit 0b138dc

Please sign in to comment.