Skip to content

Commit 2085030

Browse files
committed
update missing version number.
1 parent 4aaf299 commit 2085030

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/src/main/java/digilib/conf/DigilibConfiguration.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ public class DigilibConfiguration extends ParameterMap {
6464
* @return the version
6565
*/
6666
public static String getClassVersion() {
67-
return "2.12.3";
67+
return "2.12.4";
6868
}
6969

7070
/* non-static getVersion for Java inheritance */

0 commit comments

Comments
 (0)