aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Tanghus <thomas@tanghus.net>2012-11-13 12:11:18 +0100
committerThomas Tanghus <thomas@tanghus.net>2012-11-13 12:11:18 +0100
commitbfb6faa85077ef8f7e56a7e706f57587460a2125 (patch)
tree8886c3eb22d51661c2b29234e77a7a24138baf18
parent34a7e81ffbd97191a82ddf838d53a826217ede38 (diff)
downloadnextcloud-server-bfb6faa85077ef8f7e56a7e706f57587460a2125.tar.gz
nextcloud-server-bfb6faa85077ef8f7e56a7e706f57587460a2125.zip
Bump version to trigger update.
-rwxr-xr-xlib/util.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/util.php b/lib/util.php
index 73b72bad1a5..da57b226ba0 100755
--- a/lib/util.php
+++ b/lib/util.php
@@ -95,7 +95,7 @@ class OC_Util {
*/
public static function getVersion() {
// hint: We only can count up. So the internal version number of ownCloud 4.5 will be 4.90.0. This is not visible to the user
- return array(4, 91, 00);
+ return array(4, 91, 01);
}
/**