Skip to content
This repository was archived by the owner on Nov 14, 2019. It is now read-only.

Commit 194018c

Browse files
committed
Bumped DEV version number
1 parent 57b28bf commit 194018c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

symfony

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ require file_exists(__DIR__.'/vendor/autoload.php')
1818
? __DIR__.'/vendor/autoload.php'
1919
: __DIR__.'/../../autoload.php';
2020

21-
$appVersion = '1.3.0';
21+
$appVersion = '1.3.1-DEV';
2222

2323
// Windows uses Path instead of PATH
2424
if (!isset($_SERVER['PATH']) && isset($_SERVER['Path'])) {

0 commit comments

Comments
 (0)