Skip to content

Commit

Permalink
Version 2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
huacnlee committed Feb 11, 2017
1 parent 1833182 commit 839b7a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/homeland.rb
Original file line number Diff line number Diff line change
@@ -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
end

0 comments on commit 839b7a1

Please sign in to comment.