diff --git a/src/CurrencyExchangeRates.php b/src/CurrencyExchangeRates.php index ba03ee8..95e5320 100644 --- a/src/CurrencyExchangeRates.php +++ b/src/CurrencyExchangeRates.php @@ -17,7 +17,7 @@ class CurrencyExchangeRates use CustomizationTrait; /** @var string Version*/ - const VERSION = '1.0.4'; + const VERSION = '1.0.5-pre'; /** @var string Feeds Namespace */ const FEEDS_NAMESPACE = "\\Attogram\\Currency\\Feeds\\";