Skip to content

Commit

Permalink
Updating version number in build
Browse files Browse the repository at this point in the history
  • Loading branch information
prateekbaheti committed Sep 30, 2014
1 parent df8e94d commit 7541384
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<format property="current.date" pattern="yyyyMMdd" />
</tstamp>

<property name="version" value="1.4.0" />
<property name="version" value="1.5.0" />
<property name="build.dir" value="build" />
<property name="default.target.dir" value="${basedir}/target" />
<property name="classes.dir" value="${build.dir}/classes" />
Expand Down

0 comments on commit 7541384

Please sign in to comment.