mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
4.0.5
This commit is contained in:
parent
3895e3a5ae
commit
10bf36a6ae
1 changed files with 2 additions and 2 deletions
|
|
@ -83,7 +83,7 @@ class OC_Util {
|
|||
* @return array
|
||||
*/
|
||||
public static function getVersion(){
|
||||
return array(4,00,4);
|
||||
return array(4,00,5);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
@ -91,7 +91,7 @@ class OC_Util {
|
|||
* @return string
|
||||
*/
|
||||
public static function getVersionString(){
|
||||
return '4.0.4';
|
||||
return '4.0.5';
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in a new issue