1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

[ruby/prime] Bump version

This commit is contained in:
Marc-Andre Lafortune 2019-12-22 20:54:50 -05:00
parent 446c243da3
commit 048f797bf0

View file

@ -96,7 +96,7 @@ end
class Prime
VERSION = "0.1.0"
VERSION = "0.1.1"
include Enumerable
include Singleton