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-04-23 14:23:48 +0300
committerGitHub <noreply@github.com>2022-04-23 14:23:48 +0300
commit59464102ee27cb5c808625c92448a48cebefda6f (patch)
treeb76d98891836ccb6866df8711e00b2d29c9863bb
parent27375bc813f2ddc38030800e466babb72d7a5a66 (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 2012bf04..bb907bea 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' );
+define( 'YOURLS_VERSION', '1.9.1-dev' );
/**
* YOURLS DB version. Increments when changes are made to the DB schema, to trigger a DB update