Skip to content

Commit

Permalink
release: 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ryancyq committed Jun 27, 2024
1 parent a61cd8b commit 221b940
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
mime_actor (0.3.3)
mime_actor (0.4.0)
actionpack (>= 5.0)
activesupport (>= 5.0)
rake (>= 11.0)
Expand Down
4 changes: 2 additions & 2 deletions lib/mime_actor/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ def self.gem_version

module VERSION
MAJOR = 0
MINOR = 3
BUILD = 3
MINOR = 4
BUILD = 0
PRE = nil

STRING = [MAJOR, MINOR, BUILD, PRE].compact.join(".")
Expand Down

0 comments on commit 221b940

Please sign in to comment.