Skip to content

Commit

Permalink
VERSION
Browse files Browse the repository at this point in the history
  • Loading branch information
tsamaya committed Mar 11, 2024
1 parent 79c25ca commit f3d589c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AbstractGeocoder.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public function __construct($key = null)
$this->setKey($key);
}
$this->setTimeout(self::TIMEOUT);
$this->user_agent = 'opencage-php/' . self::TIMEOUT . ' (PHP ' . phpversion() . '; ' . php_uname('s') . ' ' . php_uname('r') . ')';
$this->user_agent = 'opencage-php/' . self::VERSION . ' (PHP ' . phpversion() . '; ' . php_uname('s') . ' ' . php_uname('r') . ')';
}

public function setKey($key)
Expand Down

0 comments on commit f3d589c

Please sign in to comment.