]> source.dussan.org Git - nextcloud-server.git/commitdiff
Bump version
authorMichael Gapczynski <mtgap@owncloud.com>
Sat, 12 Jan 2013 02:01:28 +0000 (21:01 -0500)
committerMichael Gapczynski <mtgap@owncloud.com>
Sat, 12 Jan 2013 02:01:28 +0000 (21:01 -0500)
lib/util.php

index e814a3a32df45d03599dfc1edc69e9b677808b5a..faae962859a70f7708ac8e2220501862dbba9f75 100755 (executable)
@@ -74,7 +74,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,06);
+               return array(4,91,07);
        }
 
        /**