Skip to content

Commit 7121486

Browse files
committed
Version bump.
1 parent 14ac878 commit 7121486

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/org/wikipedia/Wiki.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @(#)Wiki.java 0.30 05/12/2013
2+
* @(#)Wiki.java 0.31 29/08/2015
33
* Copyright (C) 2007 - 2014 MER-C and contributors
44
*
55
* This program is free software; you can redistribute it and/or
@@ -46,7 +46,7 @@
4646
* or at the <a href="//github.com/MER-C/wiki-java/issues">Github issue tracker</a>.
4747
*
4848
* @author MER-C and contributors
49-
* @version 0.30
49+
* @version 0.31
5050
*/
5151
public class Wiki implements Serializable
5252
{
@@ -406,7 +406,7 @@ public enum Gender
406406
unknown;
407407
}
408408

409-
private static final String version = "0.30";
409+
private static final String version = "0.31";
410410

411411
// the domain of the wiki
412412
private String domain;

0 commit comments

Comments
 (0)