From 4425686bdf93f9d90187244b2f336043934cc75e Mon Sep 17 00:00:00 2001 From: Alban Peignier Date: Fri, 9 Sep 2016 09:42:21 +0200 Subject: Update APP_VERSION for Iteration 5. Refs #1608 --- config/environment.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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' -- cgit v1.2.3