Skip to content
Snippets Groups Projects
Commit aa607717 authored by Frank Karlitschek's avatar Frank Karlitschek
Browse files

4.0.6

parent b523366a
No related branches found
No related tags found
No related merge requests found
......@@ -83,7 +83,7 @@ class OC_Util {
* @return array
*/
public static function getVersion(){
return array(4,00,5);
return array(4,00,6);
}
/**
......@@ -91,7 +91,7 @@ class OC_Util {
* @return string
*/
public static function getVersionString(){
return '4.0.5';
return '4.0.6';
}
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment