diff options
| -rw-r--r-- | config/environment.rb | 4 | 
1 files changed, 4 insertions, 0 deletions
| diff --git a/config/environment.rb b/config/environment.rb index cc30ece2d..e82bdc5f6 100644 --- a/config/environment.rb +++ b/config/environment.rb @@ -1,5 +1,9 @@  # Load the rails application  require File.expand_path('../application', __FILE__) +  # Initialize the rails application  ChouetteIhm::Application.initialize! + +# Fix version +APP_VERSION = '2.0.3' | 
