Skip to content

Commit

Permalink
[ruby/prime] v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
marcandre committed Dec 9, 2020
1 parent 1866d48 commit b603085
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/prime.rb
Expand Up @@ -169,7 +169,7 @@ def Integer.each_prime(ubound, &block) # :yields: prime

class Prime

VERSION = "0.1.1"
VERSION = "0.1.2"

include Enumerable
include Singleton
Expand Down

0 comments on commit b603085

Please sign in to comment.