Skip to content

Commit 1098cbf

Browse files
author
Robin de Graaf
committed
Update Application::VERSION to 2.0.2
1 parent a3659f9 commit 1098cbf

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Parable PHP Framework
22

3+
## 2.0.2
4+
5+
_Changes_
6+
- It's been in alpha so long I forgot `Application::VERSION` existed! BOOM. 2.0.2!
7+
8+
## 2.0.1
9+
10+
_Changes_
11+
- Rename name in composer.json for proper Packagist placing.
12+
313
## 2.0.0
414

515
It's time! Finally a 2.0.0 release, locking the interface in place for at least a while.

src/Application.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
class Application
1818
{
19-
public const VERSION = '2.0.0-alpha';
19+
public const VERSION = '2.0.2';
2020

2121
public const PLUGIN_BEFORE_BOOT = 'plugin_before_boot';
2222
public const PLUGIN_AFTER_BOOT = 'plugin_after_boot';

0 commit comments

Comments
 (0)