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>2021-03-06 21:09:22 +0300
committerGitHub <noreply@github.com>2021-03-06 21:09:22 +0300
commit346097e69e5671f13511f5aa6c531b62e063bd73 (patch)
tree81ec1999184c92b059e2cb61606e91a818d0a0d6
parent8403eac91164db8f5bf4e26337b939f089db00f9 (diff)
Bump for 1.8.11.8.1
[skip ci]
-rw-r--r--includes/version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/version.php b/includes/version.php
index 06372c07..f2e6c166 100644
--- a/includes/version.php
+++ b/includes/version.php
@@ -3,7 +3,7 @@
* YOURLS version
*
*/
-define( 'YOURLS_VERSION', '1.8' );
+define( 'YOURLS_VERSION', '1.8.1' );
/**
* YOURLS DB version. Increments when changes are made to the DB schema, to trigger a DB update