diff options
| author | Alban Peignier | 2016-09-09 09:42:21 +0200 |
|---|---|---|
| committer | Alban Peignier | 2016-09-09 09:42:49 +0200 |
| commit | 4425686bdf93f9d90187244b2f336043934cc75e (patch) | |
| tree | fe745407742becfd66530f2e02d80163eb257d08 /config/environment.rb | |
| parent | 0d9e4799add9219a32c396a5bb5731f6d525b378 (diff) | |
| download | chouette-core-4425686bdf93f9d90187244b2f336043934cc75e.tar.bz2 | |
Update APP_VERSION for Iteration 5. Refs #1608
Diffstat (limited to 'config/environment.rb')
| -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' |
