Skip to content

Commit

Permalink
Version 3.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
huacnlee committed Dec 25, 2020
1 parent acd75e6 commit e8f68f7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lib/homeland/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
module Homeland
class << self
def version
"3.8.0"
"3.8.1"
end
end
end
2 changes: 2 additions & 0 deletions lib/tasks/memory.rake
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# frozen_string_literal: true

task memory: :environment do
require "homeland"
include ApplicationHelper
Expand Down

0 comments on commit e8f68f7

Please sign in to comment.