diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/generic/shared/basic/dto/ServiceVersionHolder.java b/openbis/source/java/ch/systemsx/cisd/openbis/generic/shared/basic/dto/ServiceVersionHolder.java index 6dce7a67ff8f9c064035da5921a60f8d8d24e588..f9c4ec4e8b60f2928a1e7aeb4faf3cdeedc3c0f9 100644 --- a/openbis/source/java/ch/systemsx/cisd/openbis/generic/shared/basic/dto/ServiceVersionHolder.java +++ b/openbis/source/java/ch/systemsx/cisd/openbis/generic/shared/basic/dto/ServiceVersionHolder.java @@ -24,5 +24,5 @@ package ch.systemsx.cisd.openbis.generic.shared.basic.dto; public final class ServiceVersionHolder { - public static final int VERSION = 12; // for S77 + public static final int VERSION = 13; // for S79 }