Skip to content

Commit

Permalink
InterMine 1.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
julie-sullivan committed Aug 9, 2017
1 parent d97eb2d commit b241554
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions intermine/web/main/src/org/intermine/web/logic/Constants.java
Original file line number Diff line number Diff line change
Expand Up @@ -211,14 +211,14 @@ private Constants() {
* 22 - Updated branding parameters for use by non-InterMine apps #1623
* 23 - Updated the /lists endpoint to return the persistent list id
* 24 - Add web properties service
* 24 - Add id to whoami
* 25 - Add id to whoami
*/
public static final int WEB_SERVICE_VERSION = 25;

/**
* Current version of the InterMine code
*/
public static final String INTERMINE_VERSION = "1.8.3";
public static final String INTERMINE_VERSION = "1.8.4";

/**
* Key for a Map from class name to Boolean.TRUE for all classes in the model that do not have
Expand Down

0 comments on commit b241554

Please sign in to comment.