We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6291180 commit 623e592Copy full SHA for 623e592
src/freenet/node/Version.java
@@ -50,7 +50,7 @@ public class Version {
50
public static final String protocolVersion = "1.0";
51
52
/** The build number of the current revision */
53
- private static final int buildNumber = 1494;
+ private static final int buildNumber = 1495;
54
55
/** Oldest build of fred we will talk to *before* _cal */
56
private static final int oldLastGoodBuild = 1474;
0 commit comments