We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14ac878 commit 7121486Copy full SHA for 7121486
src/org/wikipedia/Wiki.java
@@ -1,5 +1,5 @@
1
/**
2
- * @(#)Wiki.java 0.30 05/12/2013
+ * @(#)Wiki.java 0.31 29/08/2015
3
* Copyright (C) 2007 - 2014 MER-C and contributors
4
*
5
* This program is free software; you can redistribute it and/or
@@ -46,7 +46,7 @@
46
* or at the <a href="//github.com/MER-C/wiki-java/issues">Github issue tracker</a>.
47
48
* @author MER-C and contributors
49
- * @version 0.30
+ * @version 0.31
50
*/
51
public class Wiki implements Serializable
52
{
@@ -406,7 +406,7 @@ public enum Gender
406
unknown;
407
}
408
409
- private static final String version = "0.30";
+ private static final String version = "0.31";
410
411
// the domain of the wiki
412
private String domain;
0 commit comments