Skip to content

Commit 2e06a8d

Browse files
committed
Update CATH default and latest versions to 4.0.0 biojava#453
1 parent 021d3fc commit 2e06a8d

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

biojava-structure/src/main/java/org/biojava/nbio/structure/cath/CathFactory.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@
3636
public class CathFactory {
3737

3838
public static final String VERSION_3_5_0 = "3.5.0";
39-
public static final String LATEST_VERSION = VERSION_3_5_0;
39+
public static final String VERSION_4_0_0 = "4.0.0";
40+
public static final String LATEST_VERSION = VERSION_4_0_0;
4041

4142
public static String DEFAULT_VERSION = LATEST_VERSION;
4243

biojava-structure/src/main/java/org/biojava/nbio/structure/cath/CathInstallation.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
*/
4242
public class CathInstallation implements CathDatabase{
4343

44-
public static final String DEFAULT_VERSION = "3.5.0";
44+
public static final String DEFAULT_VERSION = CathFactory.DEFAULT_VERSION;
4545

4646
String cathVersion;
4747

0 commit comments

Comments
 (0)