summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2019-03-31 02:17:02 -0600
committerDan Allen <dan.j.allen@gmail.com>2019-03-31 02:17:02 -0600
commitc674f8e993872cdc4614216c573ba02826598376 (patch)
treeef0632ee5a4b7473f04d92c134e32c42908dbd6b
parent63795118c9823830aeac20422c4ec09944fcb23f (diff)
Begin development on next version [skip ci]
-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 36f958ea..de37ba72 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.4, 2019-03-31
// settings:
:idprefix:
:idseparator: -
diff --git a/README-fr.adoc b/README-fr.adoc
index bdaa84cf..ffc061d4 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.4, 2019-03-31
// settings:
:idprefix:
:idseparator: -
diff --git a/README-jp.adoc b/README-jp.adoc
index 654fa891..a3bdac37 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.4, 2019-03-31
// settings:
:page-layout: base
:idprefix:
diff --git a/README-zh_CN.adoc b/README-zh_CN.adoc
index 4335e57c..7f7a3ad1 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.4, 2019-03-31
// settings:
:page-layout: base
:idprefix:
diff --git a/README.adoc b/README.adoc
index bcbe4cdb..b2c340fb 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.4, 2019-03-31
// settings:
:idprefix:
:idseparator: -
diff --git a/lib/asciidoctor/version.rb b/lib/asciidoctor/version.rb
index 13fe1a30..dfc1e7bf 100644
--- a/lib/asciidoctor/version.rb
+++ b/lib/asciidoctor/version.rb
@@ -1,4 +1,4 @@
# frozen_string_literal: true
module Asciidoctor
- VERSION = '2.0.4'
+ VERSION = '2.0.5.dev'
end