File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -288,11 +288,11 @@ steps:
288288 path : /reference
289289 when :
290290 branch :
291- - 4.0 -dev
291+ - 4.1 -dev
292292
293293
294294---
295295kind : signature
296- hmac : 400e7cdcd516fbb54ccc3f0f152e39a86346a47b7876a65741fec4898fe80b1f
296+ hmac : 6181992bedb16a68cc0f328c256b9b6707ec0c3a5e5be551e1a76b2d6740c9c8
297297
298298...
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ final class Version
4242 * @var integer
4343 * @since 3.8.0
4444 */
45- const MINOR_VERSION = 0 ;
45+ const MINOR_VERSION = 1 ;
4646
4747 /**
4848 * Patch release version.
@@ -61,7 +61,7 @@ final class Version
6161 * @var string
6262 * @since 3.8.0
6363 */
64- const EXTRA_VERSION = 'beta5- dev ' ;
64+ const EXTRA_VERSION = 'dev ' ;
6565
6666 /**
6767 * Development status.
You can’t perform that action at this time.
0 commit comments