Skip to content

Commit

Permalink
V0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
DamonHD committed Oct 1, 2023
1 parent ed6ba2f commit d40ff6f
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 @@ -34,7 +34,7 @@ Licensed under the Apache License, Version 2.0 (the "License");
<property name="app.name" value="TRVmodel"/>
<property name="app.version.major" value="0"/>
<property name="app.version.minor" value="9"/>
<property name="app.version.micro" value="1"/>
<property name="app.version.micro" value="2"/>
<property name="app.version" value="${app.version.major}.${app.version.minor}.${app.version.micro}"/>
<!-- Version excluding the "micro" portion, thus reflecting only significant API/functionality changes. -->
<property name="app.version.notmicro" value="${app.version.major}.${app.version.minor}"/>
Expand Down

0 comments on commit d40ff6f

Please sign in to comment.