We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a409d43 commit e20c699Copy full SHA for e20c699
src/megabasterd/MainPanel.java
@@ -45,7 +45,7 @@
45
*/
46
public final class MainPanel {
47
48
- public static final String VERSION = "2.38";
+ public static final String VERSION = "2.39";
49
public static final int THROTTLE_SLICE_SIZE = 16 * 1024;
50
public static final int DEFAULT_BYTE_BUFFER_SIZE = 16 * 1024;
51
public static final int STREAMER_PORT = 1337;
0 commit comments