From f7d2c99a3ac480efcf3abf2d05bdb6b1c89f3a3c Mon Sep 17 00:00:00 2001 From: redmatrix Date: Wed, 22 Jun 2016 20:18:29 -0700 Subject: [PATCH] move revision up --- boot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boot.php b/boot.php index a767a18d4..e4007eb3a 100755 --- a/boot.php +++ b/boot.php @@ -45,7 +45,7 @@ require_once('include/account.php'); define ( 'PLATFORM_NAME', 'hubzilla' ); -define ( 'STD_VERSION', '1.8' ); +define ( 'STD_VERSION', '1.8.1' ); define ( 'ZOT_REVISION', '1.1' ); define ( 'DB_UPDATE_VERSION', 1176 );