Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
bear-in-mind committed Jul 3, 2021
1 parent 5877100 commit 32a5e34
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:
abyme (0.6.3)
abyme (0.6.4)

GEM
remote: https://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion lib/abyme/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module Abyme
module VERSION
MAJOR = 0
MINOR = 6
PATCH = 3
PATCH = 4

STRING = [MAJOR, MINOR, PATCH].join(".")
end
Expand Down

0 comments on commit 32a5e34

Please sign in to comment.