mirror of
https://github.com/nextcloud/server.git
synced 2026-04-22 23:03:00 -04:00
4.5 alpha 1
This commit is contained in:
parent
53350b2f19
commit
1d7018158e
1 changed files with 2 additions and 2 deletions
|
|
@ -66,7 +66,7 @@ class OC_Util {
|
|||
* @return array
|
||||
*/
|
||||
public static function getVersion(){
|
||||
return array(4,81,4);
|
||||
return array(4,82,4);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
@ -74,7 +74,7 @@ class OC_Util {
|
|||
* @return string
|
||||
*/
|
||||
public static function getVersionString(){
|
||||
return '5 pre alpha';
|
||||
return '5 pre alpha 1';
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in a new issue