Skip to content
This repository has been archived by the owner on Nov 17, 2021. It is now read-only.

Commit

Permalink
bumped version to 6.0.2-DEV
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed May 20, 2017
1 parent 008f088 commit e5ecb02
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGES
@@ -1,6 +1,11 @@
Changelog
=========

6.0.2 (2017-XX-XX)
------------------

* n/a

6.0.1 (2017-05-20)
------------------

Expand Down
2 changes: 1 addition & 1 deletion lib/classes/Swift.php
Expand Up @@ -16,7 +16,7 @@
*/
abstract class Swift
{
const VERSION = '6.0.1';
const VERSION = '6.0.2-DEV';

public static $initialized = false;
public static $inits = array();
Expand Down

0 comments on commit e5ecb02

Please sign in to comment.