Skip to content

Commit 839b7a1

Browse files
committed
Version 2.6.0
1 parent 1833182 commit 839b7a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/homeland.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
module Homeland
22
class << self
33
def version
4-
'2.5.2'
4+
'2.6.0'
55
end
66

77
def file_store
88
@file_store ||= ActiveSupport::Cache::FileStore.new(Rails.root.join('tmp/cache'))
99
end
1010
end
11-
end
11+
end

0 commit comments

Comments
 (0)