diff options
author | Robin Houston <robin.houston@gmail.com> | 2012-09-07 11:46:35 +0100 |
---|---|---|
committer | Robin Houston <robin.houston@gmail.com> | 2012-09-07 11:46:35 +0100 |
commit | 97f34e2c9ad8f54dae7f54447748c74c2331c941 (patch) | |
tree | 0f562305fe38247fc20a985666f12d8cae610a9f | |
parent | 28fa3fcda4fe916561694b7ece2a1f0039d5f264 (diff) |
Bump version number for hot fix
-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 |