Skip to content

Commit

Permalink
release: 0.0.4.alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
ryancyq committed Jun 22, 2024
1 parent d2d09d9 commit 0db7588
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.0.3.alpha)
mime_actor (0.0.4.alpha)
actionpack (>= 5.0)
activesupport (>= 5.0)
rake (>= 11.0)
Expand Down
2 changes: 1 addition & 1 deletion lib/mime_actor/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def self.gem_version
module VERSION
MAJOR = 0
MINOR = 0
BUILD = 3
BUILD = 4
PRE = "alpha"

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

0 comments on commit 0db7588

Please sign in to comment.