diff options
| author | Michel Etienne | 2015-09-24 14:56:42 +0200 | 
|---|---|---|
| committer | Michel Etienne | 2015-09-24 14:56:42 +0200 | 
| commit | d0ae24fa9d0082a322ed7457090e4dfecf89042f (patch) | |
| tree | 8d101e5017aeac41e95bb81bd5460f77e9419d11 /config/environment.rb | |
| parent | df9469f96e7ac102e27e682581f3f7b604934578 (diff) | |
| download | chouette-core-d0ae24fa9d0082a322ed7457090e4dfecf89042f.tar.bz2 | |
adapt to Neptune specifications V4
Diffstat (limited to 'config/environment.rb')
| -rw-r--r-- | config/environment.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/config/environment.rb b/config/environment.rb index dd88c63b5..1c2b830ee 100644 --- a/config/environment.rb +++ b/config/environment.rb @@ -5,4 +5,4 @@ require File.expand_path('../application', __FILE__)  Rails.application.initialize!  # Fix version -APP_VERSION = '3.0.1' +APP_VERSION = '3.1.0' | 
