diff --git a/lib/spree_static_content/version.rb b/lib/spree_static_content/version.rb index d07db43a..8389bd8e 100644 --- a/lib/spree_static_content/version.rb +++ b/lib/spree_static_content/version.rb @@ -8,8 +8,8 @@ def version end module VERSION - MAJOR = 3 - MINOR = 4 + MAJOR = 4 + MINOR = 0 TINY = 0 STRING = [MAJOR, MINOR, TINY].compact.join('.')