Skip to content

Commit

Permalink
v5.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
hplahar committed Feb 4, 2020
1 parent c8f267d commit 9af4677
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>org.jbei</groupId>
<artifactId>ice</artifactId>
<packaging>war</packaging>
<version>5.6.3</version>
<version>5.6.4</version>
<name>ice</name>
<description>Inventory of Composable Elements (ICE) for Synthetic Biology</description>
<repositories>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/jbei/ice/lib/config/SiteSettings.java
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
*/
public class SiteSettings implements IDataTransferModel {

private String version = "5.6.3";
private String version = "5.6.4";
private String assetName;
private boolean hasLogo;
private boolean hasLoginMessage;
Expand Down

0 comments on commit 9af4677

Please sign in to comment.