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 2d63b5e commit 95c2a0cCopy full SHA for 95c2a0c
ext/java/org/jruby/ext/stringio/StringIO.java
@@ -101,7 +101,7 @@ private StringIOData getPtr() {
101
}
102
103
private static final String
104
- STRINGIO_VERSION = "3.1.8";
+ STRINGIO_VERSION = "3.1.9";
105
106
private static final int STRIO_READABLE = ObjectFlags.registry.newFlag(StringIO.class);
107
private static final int STRIO_WRITABLE = ObjectFlags.registry.newFlag(StringIO.class);
ext/stringio/stringio.c
@@ -13,7 +13,7 @@
13
**********************************************************************/
14
15
static const char *const
16
-STRINGIO_VERSION = "3.1.8";
+STRINGIO_VERSION = "3.1.9";
17
18
#include <stdbool.h>
19
0 commit comments