Skip to content

Commit ac51e17

Browse files
committed
fixed version
1 parent fe0f4fe commit ac51e17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Kernel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ abstract class Kernel implements KernelInterface, TerminableInterface
6666
const MAJOR_VERSION = '2';
6767
const MINOR_VERSION = '2';
6868
const RELEASE_VERSION = '10';
69-
const EXTRA_VERSION = '';
69+
const EXTRA_VERSION = 'DEV';
7070

7171
/**
7272
* Constructor.

0 commit comments

Comments
 (0)