Skip to content

Commit a851a99

Browse files
committed
bump version number in preparation for a release
1 parent 123c46b commit a851a99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8" ?>
22
<project name="java-statsd-client" default="snapshot" basedir=".">
33

4-
<property name="target.version" value="3.0.1"/>
4+
<property name="target.version" value="3.0.2"/>
55
<property name="build.dir" value="${basedir}/build"/>
66
<tstamp><format property="build.number" pattern="yyyyMMddHHmmss" timezone="GMT"/></tstamp>
77
<tstamp><format property="build.timestamp" pattern="yyyy-MM-dd HH:mm:ss" timezone="GMT"/></tstamp>

0 commit comments

Comments
 (0)