We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 571f1e2 commit a533bb6Copy full SHA for a533bb6
lib/util.php
@@ -75,15 +75,15 @@ public static function tearDownFS() {
75
public static function getVersion() {
76
// hint: We only can count up. Reset minor/patchlevel when
77
// updating major/minor version number.
78
- return array(4, 93, 10);
+ return array(4, 94, 10);
79
}
80
81
/**
82
* get the current installed version string of ownCloud
83
* @return string
84
*/
85
public static function getVersionString() {
86
- return '5.0 beta 1';
+ return '5.0 beta 2';
87
88
89
0 commit comments