Skip to content
Snippets Groups Projects

Merge branch 'master' into rc

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -11,7 +11,7 @@ namespace Oscar;
class OscarVersion
{
const MAJOR = 2;
const MINOR = 2;
const MINOR = 3;
const PATCH = 1;
public static function getBuild(){
Loading