Skip to content

Commit c122f1c

Browse files
committed
Bump version to 2.2.1-dev
1 parent 5c3a0d4 commit c122f1c

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
CHANGELOG
22
=========
33

4+
### 2.2.1 (????-??-??) ###
5+
6+
n/a
7+
48
### 2.2.0 (2013-09-16) ###
59

610
* Added: ChainNoResultException for aggregating ChainProvider exceptions.

src/Geocoder/Geocoder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class Geocoder implements GeocoderInterface
2222
/**
2323
* Version
2424
*/
25-
const VERSION = '2.2.0';
25+
const VERSION = '2.2.1-dev';
2626

2727
/**
2828
* @var integer

0 commit comments

Comments
 (0)