diff options
author | Robin Houston <robin.houston@gmail.com> | 2012-09-07 11:47:19 +0100 |
---|---|---|
committer | Robin Houston <robin.houston@gmail.com> | 2012-09-07 11:47:19 +0100 |
commit | 7cab9e3ee64252200c9aab3330a08d246dcd19ed (patch) | |
tree | 7b5b59717c0466cea1784a0dadf134f2fa483511 | |
parent | abe175637505d8a74586d061428a0190fa88a048 (diff) | |
parent | 97f34e2c9ad8f54dae7f54447748c74c2331c941 (diff) |
Merge branch 'hotfix/0.6.5.1' into develop
-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 |