Skip to content
This repository has been archived by the owner on May 1, 2022. It is now read-only.

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
carmelosantana committed Nov 7, 2020
1 parent 12bd50e commit 3ea6794
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rok.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
require_once __DIR__ . '/vendor/autoload.php';

// app
defined('ROK_VER') or define('ROK_VER', '0.1.1');
defined('ROK_VER') or define('ROK_VER', '0.1.2');
defined('ROK_LANG') or define('ROK_LANG', 'eng');
defined('ROK_PATH') or define('ROK_PATH', __DIR__);
defined('ROK_PATH_APP') or define('ROK_PATH_APP', ROK_PATH . '/app');
Expand Down

0 comments on commit 3ea6794

Please sign in to comment.