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 22985b6 commit 75da93dCopy full SHA for 75da93d
ext/java/org/jruby/ext/stringio/StringIO.java
@@ -76,7 +76,7 @@ static class StringIOData {
76
StringIOData ptr;
77
78
private static final String
79
- STRINGIO_VERSION = "3.1.0";
+ STRINGIO_VERSION = "3.1.1";
80
81
private static final int STRIO_READABLE = ObjectFlags.registry.newFlag(StringIO.class);
82
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.0";
+STRINGIO_VERSION = "3.1.1";
17
18
#include "ruby.h"
19
#include "ruby/io.h"
0 commit comments