We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cc9fb1 commit b9da3feCopy full SHA for b9da3fe
ext/java/org/jruby/ext/stringio/StringIO.java
@@ -93,7 +93,7 @@ static class StringIOData {
93
StringIOData ptr;
94
95
private static final String
96
- STRINGIO_VERSION = "3.1.2";
+ STRINGIO_VERSION = "3.1.3";
97
98
private static final int STRIO_READABLE = ObjectFlags.registry.newFlag(StringIO.class);
99
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.2";
+STRINGIO_VERSION = "3.1.3";
17
18
#include <stdbool.h>
19
0 commit comments