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

bump version number

parent c3d7ffc8
No related branches found
No related tags found
No related merge requests found
......@@ -90,7 +90,7 @@ class OC_Util {
* @return array
*/
public static function getVersion(){
return array(1,91,0);
return array(1,92,0);
}
/**
......@@ -98,7 +98,7 @@ class OC_Util {
* @return string
*/
public static function getVersionString(){
return '2 beta 2';
return '2 beta 3';
}
/**
......
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