From efef05396034eaf34614b39aef36056a65f6f452 Mon Sep 17 00:00:00 2001 From: Roeland Jago Douma Date: Wed, 26 Sep 2018 12:20:26 +0200 Subject: Add column to DB to store expired passwords Signed-off-by: Roeland Jago Douma --- version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'version.php') diff --git a/version.php b/version.php index eebed2ce7f4..c3740f01fa3 100644 --- a/version.php +++ b/version.php @@ -29,7 +29,7 @@ // between betas, final and RCs. This is _not_ the public version number. Reset minor/patchlevel // when updating major/minor version number. -$OC_Version = array(15, 0, 0, 0); +$OC_Version = array(15, 0, 0, 1); // The human readable string $OC_VersionString = '15.0.0 alpha'; -- cgit v1.2.3