We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2187171 commit 21d684cCopy full SHA for 21d684c
1 file changed
src/AbstractGeocoder.php
@@ -4,7 +4,7 @@
4
5
abstract class AbstractGeocoder
6
{
7
- public const VERSION = '3.3.4'; // if changing this => remember to match everything with the git tag
+ public const VERSION = '3.4.0'; // if changing this => remember to match everything with the git tag
8
9
public const TIMEOUT = 10;
10
public const URL = 'https://api.opencagedata.com/geocode/v1/json/?';
0 commit comments