Skip to content

Commit

Permalink
[ruby/prime] Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
marcandre committed Dec 23, 2019
1 parent 446c243 commit 048f797
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/prime.rb
Expand Up @@ -96,7 +96,7 @@ def Integer.each_prime(ubound, &block) # :yields: prime

class Prime

VERSION = "0.1.0"
VERSION = "0.1.1"

include Enumerable
include Singleton
Expand Down

0 comments on commit 048f797

Please sign in to comment.