lib/homeland/site/version.rb in homeland-site-0.3.0 vs lib/homeland/site/version.rb in homeland-site-0.3.1

- old
+ new

@@ -1,9 +1,9 @@ # frozen_string_literal: true module Homeland module Site - VERSION = "0.3.0" + VERSION = "0.3.1" NAME = "site" DESCRIPTION = "Site for Homeland." end end