Merge pull request #4664 from westlywright/bug.docsbase.master

Docs Base masterhead
This commit is contained in:
Westly Wright 2021-06-11 14:47:21 -07:00 committed by GitHub
commit 585b1d0404
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -223,7 +223,7 @@ export default Service.extend(Evented, {
if ( !full || isDevBuild(full) ) {
if (get(this, 'uiVersion').includes('master-dev')) {
version = 'v2.x';
version = 'v2.5';
} else {
version = minorVersion(get(this, 'uiVersion'));