diff options
author | Thomas Tanghus <thomas@tanghus.net> | 2012-11-13 12:11:18 +0100 |
---|---|---|
committer | Thomas Tanghus <thomas@tanghus.net> | 2012-11-13 12:11:18 +0100 |
commit | bfb6faa85077ef8f7e56a7e706f57587460a2125 (patch) | |
tree | 8886c3eb22d51661c2b29234e77a7a24138baf18 | |
parent | 34a7e81ffbd97191a82ddf838d53a826217ede38 (diff) | |
download | nextcloud-server-bfb6faa85077ef8f7e56a7e706f57587460a2125.tar.gz nextcloud-server-bfb6faa85077ef8f7e56a7e706f57587460a2125.zip |
Bump version to trigger update.
-rwxr-xr-x | lib/util.php | 2 |
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); } /** |