diff --git a/lib/homeland.rb b/lib/homeland.rb index 7004a34df..d552ecd2b 100644 --- a/lib/homeland.rb +++ b/lib/homeland.rb @@ -1,11 +1,11 @@ module Homeland class << self def version - '2.5.2' + '2.6.0' end def file_store @file_store ||= ActiveSupport::Cache::FileStore.new(Rails.root.join('tmp/cache')) end end -end \ No newline at end of file +end