Skip to content

Commit

Permalink
Experiment: Use a .pre version in gemspec
Browse files Browse the repository at this point in the history
This makes it slightly more explicit that this is not a definite new version.
  • Loading branch information
olleolleolle committed Apr 6, 2021
1 parent d2606b2 commit 2bb5bb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion digest.gemspec
Expand Up @@ -3,7 +3,7 @@

Gem::Specification.new do |spec|
spec.name = "digest"
spec.version = "3.0.1"
spec.version = "3.0.1.pre"
spec.authors = ["Akinori MUSHA"]
spec.email = ["knu@idaemons.org"]

Expand Down

0 comments on commit 2bb5bb7

Please sign in to comment.