Skip to content

Commit

Permalink
Incremented version number
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvainhalle committed Dec 18, 2020
1 parent 23c5eb2 commit 1abe74f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Core/src/ca/uqac/lif/labpal/Laboratory.java
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ public abstract class Laboratory implements OwnershipManager
/**
* The revision version number
*/
private static final transient int s_revisionVersionNumber = 7;
private static final transient int s_revisionVersionNumber = 8;

/**
* The set of experiments this lab has access to
Expand Down

0 comments on commit 1abe74f

Please sign in to comment.