X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/9f5e4b2b5ad843b960005f25dc6ad3a5cd8822cb..dbdb0bec5996d03aebfc986552837fdd1af02b9c:/config/environment.rb diff --git a/config/environment.rb b/config/environment.rb index 45d03d2ad..570cb04b5 100644 --- a/config/environment.rb +++ b/config/environment.rb @@ -14,7 +14,7 @@ RAILS_GEM_VERSION = '1.2.3' require File.join(File.dirname(__FILE__), 'boot') # Application constants needed for routes.rb - must go before Initializer call -API_VERSION = ENV['OSM_API_VERSION'] || '0.4' +API_VERSION = ENV['OSM_API_VERSION'] || '0.5' # Custom logger class to format messages sensibly class OSMLogger < Logger