Skip to content

Commit

Permalink
Updating version details
Browse files Browse the repository at this point in the history
  • Loading branch information
rambaut committed Apr 2, 2024
1 parent da750cf commit 82f97a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/dr/app/beast/BeastVersion.java
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,12 @@ public class BeastVersion implements Version, Citable {
*/
private static final String VERSION = "1.10.5";

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

private static final boolean IS_PRERELEASE = true;

// this is now being manually updated since the move to GitHub. 7 digits of GitHub hash.
private static final String REVISION = "8a10723";
private static final String REVISION = "da750cf";

public String getVersion() {
return VERSION;
Expand Down

0 comments on commit 82f97a7

Please sign in to comment.