diff options
| -rw-r--r-- | config/environment.rb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config/environment.rb b/config/environment.rb index 3bc3051d1..000bf1c03 100644 --- a/config/environment.rb +++ b/config/environment.rb @@ -1,3 +1,4 @@ +# coding: utf-8 # Load the Rails application. require File.expand_path('../application', __FILE__) @@ -5,4 +6,4 @@ require File.expand_path('../application', __FILE__) Rails.application.initialize! # Fix version -APP_VERSION = 'Iteration 4' +APP_VERSION = 'Itération 5' |
