Skip to content

Commit

Permalink
Updated version to v1.8.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
gaurav committed Apr 17, 2020
1 parent 82dd5c5 commit b2a529e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Changes.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Changelog
==========

- 1.8.1: April 17, 2020
- 1.8.2: April 17, 2020
- Reorganized build system to avoid saving generated files into the
Git repository.
- Tweaked newlines.
Expand Down
2 changes: 1 addition & 1 deletion com/ggvaidya/TaxonDNA/Common/Versions.java
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ public class Versions {
* Returns the common version string for the entire TaxonDNA package.
*/
public static String getTaxonDNA() {
return "1.8";
return "1.8.2";
}
}

0 comments on commit b2a529e

Please sign in to comment.