diff options
author | Robin Houston <robin.houston@gmail.com> | 2012-09-07 12:52:27 +0100 |
---|---|---|
committer | Robin Houston <robin.houston@gmail.com> | 2012-09-07 12:52:27 +0100 |
commit | 2882543a8fcad4c38a9b45fa7e493ea04ee02d65 (patch) | |
tree | 7357dd048ec0315b7417f260b28d75867cb66619 /config/environment.rb | |
parent | c690679f5e55d908a0f91b0d9b3276ae3f748b2d (diff) | |
parent | 47f6141fd2ccf52c9149fe91893907db8894d65a (diff) |
Merge branch 'master' into wdtk
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 f788845a9..6234ae5c1 100644 --- a/config/environment.rb +++ b/config/environment.rb @@ -32,7 +32,7 @@ require File.join(File.dirname(__FILE__), '../lib/old_rubygems_patch') # Application version -ALAVETELI_VERSION = '0.6.5' +ALAVETELI_VERSION = '0.6.5.1' Rails::Initializer.run do |config| # Load intial mySociety config |