diff --git a/lib/homeland/version.rb b/lib/homeland/version.rb index e1a5d199c1..cafc27d1a7 100644 --- a/lib/homeland/version.rb +++ b/lib/homeland/version.rb @@ -3,7 +3,7 @@ module Homeland class << self def version - "3.8.0" + "3.8.1" end end end diff --git a/lib/tasks/memory.rake b/lib/tasks/memory.rake index 8efc6df8e8..dbb6a5303c 100644 --- a/lib/tasks/memory.rake +++ b/lib/tasks/memory.rake @@ -1,3 +1,5 @@ +# frozen_string_literal: true + task memory: :environment do require "homeland" include ApplicationHelper