mirror of
https://github.com/nextcloud/server.git
synced 2026-02-20 00:12:30 -05:00
increase to 4 beta
This commit is contained in:
parent
10d291d6b3
commit
43978abd80
1 changed files with 2 additions and 2 deletions
|
|
@ -74,7 +74,7 @@ class OC_Util {
|
|||
* @return array
|
||||
*/
|
||||
public static function getVersion(){
|
||||
return array(3,80,0);
|
||||
return array(3,90,0);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
@ -82,7 +82,7 @@ class OC_Util {
|
|||
* @return string
|
||||
*/
|
||||
public static function getVersionString(){
|
||||
return '4 alpha';
|
||||
return '4 beta';
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in a new issue