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 8fff34e6..789c41aa 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.14, 2021-04-19
// settings:
:idprefix:
:idseparator: -
diff --git a/README-fr.adoc b/README-fr.adoc
index ddbb26fa..6c8cdf74 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.14, 2021-04-19
// settings:
:idprefix:
:idseparator: -
diff --git a/README-jp.adoc b/README-jp.adoc
index 04ec9413..dce97169 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.14, 2021-04-19
// settings:
:idprefix:
:idseparator: -
diff --git a/README-zh_CN.adoc b/README-zh_CN.adoc
index 45721e7a..b7a7a728 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.14, 2021-04-19
// settings:
:page-layout: base
:idprefix:
diff --git a/README.adoc b/README.adoc
index f30f0581..cd1b0e37 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.14, 2021-04-19
// settings:
:idprefix:
:idseparator: -
diff --git a/lib/asciidoctor/version.rb b/lib/asciidoctor/version.rb
index 826f84b8..37c665de 100644
--- a/lib/asciidoctor/version.rb
+++ b/lib/asciidoctor/version.rb
@@ -1,4 +1,4 @@
# frozen_string_literal: true
module Asciidoctor
- VERSION = '2.0.14'
+ VERSION = '2.0.15.dev'
end