summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README-de.adoc1
-rw-r--r--README-fr.adoc1
-rw-r--r--README-jp.adoc1
-rw-r--r--README-zh_CN.adoc1
-rw-r--r--README.adoc1
-rw-r--r--lib/asciidoctor/version.rb2
6 files changed, 1 insertions, 6 deletions
diff --git a/README-de.adoc b/README-de.adoc
index 8e4d2868..7d89858d 100644
--- a/README-de.adoc
+++ b/README-de.adoc
@@ -1,6 +1,5 @@
= Asciidoctor
Dan Allen <https://github.com/mojavelinux[@mojavelinux]>; Sarah White <https://github.com/graphitefriction[@graphitefriction]>; Ryan Waldron <https://github.com/erebor[@erebor]>
-v2.0.12, 2020-11-10
// settings:
:idprefix:
:idseparator: -
diff --git a/README-fr.adoc b/README-fr.adoc
index 581d8e98..c37a6219 100644
--- a/README-fr.adoc
+++ b/README-fr.adoc
@@ -1,6 +1,5 @@
= Asciidoctor
Dan Allen <https://github.com/mojavelinux[@mojavelinux]>; Sarah White <https://github.com/graphitefriction[@graphitefriction]>; Ryan Waldron <https://github.com/erebor[@erebor]>
-v2.0.12, 2020-11-10
// settings:
:idprefix:
:idseparator: -
diff --git a/README-jp.adoc b/README-jp.adoc
index ab026f30..e61c7a4f 100644
--- a/README-jp.adoc
+++ b/README-jp.adoc
@@ -1,6 +1,5 @@
= Asciidoctor
Dan Allen <https://github.com/mojavelinux[@mojavelinux]>; Sarah White <https://github.com/graphitefriction[@graphitefriction]>; Ryan Waldron <https://github.com/erebor[@erebor]>
-v2.0.12, 2020-11-10
// settings:
:idprefix:
:idseparator: -
diff --git a/README-zh_CN.adoc b/README-zh_CN.adoc
index bc18a152..b8cb8993 100644
--- a/README-zh_CN.adoc
+++ b/README-zh_CN.adoc
@@ -1,6 +1,5 @@
= Asciidoctor
Dan Allen <https://github.com/mojavelinux[@mojavelinux]>; Sarah White <https://github.com/graphitefriction[@graphitefriction]>; Ryan Waldron <https://github.com/erebor[@erebor]>
-v2.0.12, 2020-11-10
// settings:
:page-layout: base
:idprefix:
diff --git a/README.adoc b/README.adoc
index 00febdd5..e50e5d2e 100644
--- a/README.adoc
+++ b/README.adoc
@@ -1,6 +1,5 @@
= Asciidoctor
Dan Allen <https://github.com/mojavelinux[@mojavelinux]>; Sarah White <https://github.com/graphitefriction[@graphitefriction]>; Ryan Waldron <https://github.com/erebor[@erebor]>
-v2.0.12, 2020-11-10
// settings:
:idprefix:
:idseparator: -
diff --git a/lib/asciidoctor/version.rb b/lib/asciidoctor/version.rb
index ff202d92..c48a9265 100644
--- a/lib/asciidoctor/version.rb
+++ b/lib/asciidoctor/version.rb
@@ -1,4 +1,4 @@
# frozen_string_literal: true
module Asciidoctor
- VERSION = '2.0.12'
+ VERSION = '2.0.13.dev'
end