Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
oscar
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
open-source
oscar
Merge requests
!1
Merge branch 'master' into rc
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Merged
Merge branch 'master' into rc
rc
into
master
Overview
0
Commits
1
Pipelines
1
Changes
1
Merged
Merge branch 'master' into rc
Stephane Bouvry
requested to merge
rc
into
master
Apr 23, 2018
Overview
0
Commits
1
Pipelines
1
Changes
1
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
a7dcc179
1 commit,
Apr 23, 2018
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
module/Oscar/src/Oscar/OscarVersion.php
+
1
−
1
View file @ a7dcc179
Edit in single-file editor
Open in Web IDE
Show full file
@@ -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