Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0792a1a

Browse files
committed
Bump version to 3.0.0-dev
1 parent ccd6867 commit 0792a1a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ CHANGELOG
33

44
## 3.0.0
55

6-
### 3.0.0-alpha1
6+
### 3.0.0-alpha1 (2014-12-18)
77

88
* Added: `using()` method now throws an exception if provider not found
99
* Added: new Result classes (`Address`, `Bounds`, `Region`, `Country`, `County`, `Coordinates`)

src/Geocoder/Geocoder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ interface Geocoder
2020
/**
2121
* Version
2222
*/
23-
const VERSION = '3.0.0-alpha1';
23+
const VERSION = '3.0.0-dev';
2424

2525
/**
2626
* Geocodes a given value.

0 commit comments

Comments
 (0)