mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 09:42:09 -04:00
increase version number
This commit is contained in:
parent
c48fbd3609
commit
d2928cb4e6
1 changed files with 2 additions and 2 deletions
|
|
@ -90,7 +90,7 @@ class OC_Util {
|
|||
* @return array
|
||||
*/
|
||||
public static function getVersion(){
|
||||
return array(1,92,0);
|
||||
return array(2,00,0);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
@ -98,7 +98,7 @@ class OC_Util {
|
|||
* @return string
|
||||
*/
|
||||
public static function getVersionString(){
|
||||
return '2 beta 3';
|
||||
return '2';
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in a new issue