Bump version to 2.12.1-dev.

This commit is contained in:
Karsten Loesing 2020-04-30 17:16:47 +02:00
parent aa55fd05f0
commit 037f463761
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,6 @@
# Changes in version 2.??.? - 2020-??-??
# Changes in version 2.12.1 - 2020-04-30
* Minor changes

View File

@ -7,7 +7,7 @@
<project default="usage" name="metrics-lib" basedir="."
xmlns:ivy="antlib:org.apache.ivy.ant">
<property name="release.version" value="2.12.1" />
<property name="release.version" value="2.12.1-dev" />
<property name="javadoc-title" value="Tor Metrics Library API Documentation"/>
<property name="javadoc-excludes" value="**/impl/** **/index/** **/internal/** **/log/**" />
<property name="implementation-title" value="Tor Metrics Library" />