]> source.dussan.org Git - nextcloud-server.git/commitdiff
Increase version 5008/head
authorRoeland Jago Douma <roeland@famdouma.nl>
Sun, 21 May 2017 20:11:02 +0000 (22:11 +0200)
committerRoeland Jago Douma <roeland@famdouma.nl>
Sun, 21 May 2017 20:12:52 +0000 (22:12 +0200)
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
version.php

index 7519549b7793d918d149b64d1a6ae01182f048ef..f3c9407d8e15aa01215a9d9ad1678fb215702bf0 100644 (file)
@@ -26,7 +26,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(12, 0, 0, 27);
+$OC_Version = array(12, 0, 0, 28);
 
 // The human readable string
 $OC_VersionString = '12.0.0';