We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ab44f0 commit 74b05c9Copy full SHA for 74b05c9
coderay.gemspec
@@ -7,7 +7,7 @@ Gem::Specification.new do |s|
7
8
# thanks to @Argorak for this solution
9
revision = 134 + (`git log --oneline | wc -l`.to_i)
10
- s.version = "#{CodeRay::VERSION}.#{revision}rc1"
+ s.version = "#{CodeRay::VERSION}.#{revision}rc2"
11
12
# s.version = CodeRay::VERSION
13
0 commit comments