Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/YOURLS/YOURLS.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author྅༻ Ǭɀħ ༄༆ཉ <ozh@ozh.org>2022-05-29 16:23:23 +0300
committerGitHub <noreply@github.com>2022-05-29 16:23:23 +0300
commitb4364ab78e730b8289d105abec1a93c66a4315c8 (patch)
treeada429dc94ed4ffec58213b0577f271c5419f0b4
parent26c34554f69c0970f789cf549f39fd099ce49ac6 (diff)
Post release bump
-rw-r--r--includes/version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/version.php b/includes/version.php
index 48a95e5b..ae24b8bb 100644
--- a/includes/version.php
+++ b/includes/version.php
@@ -9,7 +9,7 @@
* MAJOR.MINOR.PATCH-SOMETHING (1.8.1-donotuse)
*
*/
-define( 'YOURLS_VERSION', '1.9.1' );
+define( 'YOURLS_VERSION', '1.9.2-dev' );
/**
* YOURLS DB version. Increments when changes are made to the DB schema, to trigger a DB update