Skip to content

Commit

Permalink
Merge branch '4.1-dev' into feature/mod_breadcrumbs
Browse files Browse the repository at this point in the history
  • Loading branch information
hans2103 committed Oct 21, 2020
2 parents f38b735 + 12d2aa9 commit fdf12e3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .drone.yml
Expand Up @@ -288,11 +288,11 @@ steps:
path: /reference
when:
branch:
- 4.0-dev
- 4.1-dev


---
kind: signature
hmac: 400e7cdcd516fbb54ccc3f0f152e39a86346a47b7876a65741fec4898fe80b1f
hmac: 6181992bedb16a68cc0f328c256b9b6707ec0c3a5e5be551e1a76b2d6740c9c8

...
4 changes: 2 additions & 2 deletions libraries/src/Version.php
Expand Up @@ -42,7 +42,7 @@ final class Version
* @var integer
* @since 3.8.0
*/
const MINOR_VERSION = 0;
const MINOR_VERSION = 1;

/**
* Patch release version.
Expand All @@ -61,7 +61,7 @@ final class Version
* @var string
* @since 3.8.0
*/
const EXTRA_VERSION = 'beta5-dev';
const EXTRA_VERSION = 'dev';

/**
* Development status.
Expand Down

0 comments on commit fdf12e3

Please sign in to comment.