Skip to content

Commit

Permalink
update release number
Browse files Browse the repository at this point in the history
  • Loading branch information
msuchard committed Oct 10, 2024
1 parent 68a519c commit 0d67bf5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@
<property name="version" value="1.9"/>
-->
<property name="version" value="10.5.0"/>
<property name="extra_release_tag" value="-beta4"/>
<property name="extra_release_tag" value="-beta5"/>
<property name="jvm_version" value="1.8+"/>

<property name="version_number" value="10.5.0"/>
Expand Down
2 changes: 1 addition & 1 deletion src/dr/app/beast/BeastVersion.java
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public class BeastVersion implements Version, Citable {
/**
* Version string: assumed to be in format x.x.x
*/
private static final String VERSION = "10.5.0-beta4";
private static final String VERSION = "10.5.0-beta5";

private static final String DATE_STRING = "2002-2024";

Expand Down

0 comments on commit 0d67bf5

Please sign in to comment.