diff options
| author | Alban Peignier | 2016-11-21 00:14:18 +0100 | 
|---|---|---|
| committer | Alban Peignier | 2016-11-21 00:14:18 +0100 | 
| commit | 48dc752ec989c887cefa2187a852f736a3ab5a35 (patch) | |
| tree | 96046fb7f8366e7d3c5578956695d230bfbc8c67 /config/environment.rb | |
| parent | b5eaca321d9708829c8338fbddc718c61ee3319e (diff) | |
| download | chouette-core-48dc752ec989c887cefa2187a852f736a3ab5a35.tar.bz2 | |
Update APP_VERSION to 'Itération 7'
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 000bf1c03..592eda45a 100644 --- a/config/environment.rb +++ b/config/environment.rb @@ -6,4 +6,4 @@ require File.expand_path('../application', __FILE__)  Rails.application.initialize!  # Fix version -APP_VERSION = 'Itération 5' +APP_VERSION = 'Itération 7' | 
