Skip to content
This repository has been archived by the owner on Aug 10, 2021. It is now read-only.

Commit

Permalink
Bump version to 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
damianlegawiec authored Sep 10, 2019
1 parent 6e7e8b4 commit 15e1fa8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/spree_static_content/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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('.')
Expand Down

0 comments on commit 15e1fa8

Please sign in to comment.