commit c75f0c781ec45b6b56aedea5738692d0404bdc8a Author: Karsten Loesing karsten.loesing@gmx.net Date: Wed Jan 15 23:20:01 2020 +0100
Bump version to 1.14.0-dev. --- CHANGELOG.md | 3 +++ build.xml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md index 898338c..d3088c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +# Changes in version 1.1?.? - 2020-0?-?? + + # Changes in version 1.14.0 - 2020-01-15
* Medium changes diff --git a/build.xml b/build.xml index 5293d41..5d90b46 100644 --- a/build.xml +++ b/build.xml @@ -9,7 +9,7 @@
<property name="javadoc-title" value="CollecTor API Documentation"/> <property name="implementation-title" value="CollecTor" /> - <property name="release.version" value="1.14.0" /> + <property name="release.version" value="1.14.0-dev" /> <property name="project-main-class" value="org.torproject.metrics.collector.Main" /> <property name="name" value="collector"/> <property name="metricslibversion" value="2.10.0" />