Skip to content

Commit a533bb6

Browse files
author
Frank Karlitschek
committed
5 beta 2
1 parent 571f1e2 commit a533bb6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/util.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,15 +75,15 @@ public static function tearDownFS() {
7575
public static function getVersion() {
7676
// hint: We only can count up. Reset minor/patchlevel when
7777
// updating major/minor version number.
78-
return array(4, 93, 10);
78+
return array(4, 94, 10);
7979
}
8080

8181
/**
8282
* get the current installed version string of ownCloud
8383
* @return string
8484
*/
8585
public static function getVersionString() {
86-
return '5.0 beta 1';
86+
return '5.0 beta 2';
8787
}
8888

8989
/**

0 commit comments

Comments
 (0)