summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Allen <dallen@redhat.com>2013-04-25 20:09:15 -0600
committerDan Allen <dallen@redhat.com>2013-04-25 20:09:15 -0600
commit83cfd93e673c33f9d9646aa841f6e09167918454 (patch)
tree30b9245c07d5507b83bc28a7370bfad36f99c67d
parente061e39b682b1edff7ec111f0d14fa79625fe942 (diff)
update version for candidate release
-rw-r--r--asciidoctor.gemspec2
-rw-r--r--lib/asciidoctor/version.rb2
2 files changed, 2 insertions, 2 deletions
diff --git a/asciidoctor.gemspec b/asciidoctor.gemspec
index 7a93269f..ebf8cfa1 100644
--- a/asciidoctor.gemspec
+++ b/asciidoctor.gemspec
@@ -12,7 +12,7 @@ Gem::Specification.new do |s|
## This group of properties is updated automatically by the Rake build when
## cutting a new release (see the validate task)
s.name = 'asciidoctor'
- s.version = '0.1.2'
+ s.version = '0.1.2.cr'
s.date = '2013-04-25'
s.rubyforge_project = 'asciidoctor'
diff --git a/lib/asciidoctor/version.rb b/lib/asciidoctor/version.rb
index 3cafbe86..e3098a2f 100644
--- a/lib/asciidoctor/version.rb
+++ b/lib/asciidoctor/version.rb
@@ -1,3 +1,3 @@
module Asciidoctor
- VERSION = '0.1.2'
+ VERSION = '0.1.2.cr'
end