mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
bump version number
This commit is contained in:
parent
01ebb74a33
commit
5238a7812c
1 changed files with 2 additions and 2 deletions
|
|
@ -62,7 +62,7 @@ class OC_Util {
|
|||
* @return array
|
||||
*/
|
||||
public static function getVersion(){
|
||||
return array(2,90,0);
|
||||
return array(2,91,0);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
@ -70,7 +70,7 @@ class OC_Util {
|
|||
* @return string
|
||||
*/
|
||||
public static function getVersionString(){
|
||||
return '3 alpha 1';
|
||||
return '3 RC 1';
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in a new issue