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 53c9e7d commit 456d4ceCopy full SHA for 456d4ce
ext/java/org/jruby/ext/stringio/StringIO.java
@@ -102,7 +102,7 @@ private StringIOData getPtr() {
102
}
103
104
private static final String
105
- STRINGIO_VERSION = "3.1.10";
+ STRINGIO_VERSION = "3.2.0";
106
107
private static final byte STRIO_READABLE = 1;
108
private static final byte STRIO_WRITABLE = 2;
ext/stringio/stringio.c
@@ -13,7 +13,7 @@
13
**********************************************************************/
14
15
static const char *const
16
-STRINGIO_VERSION = "3.1.10";
+STRINGIO_VERSION = "3.2.0";
17
18
#include <stdbool.h>
19
0 commit comments