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 fd9fbc3 commit c9cd1c9Copy full SHA for c9cd1c9
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.2.0";
+ STRINGIO_VERSION = "3.2.1";
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.2.0";
+STRINGIO_VERSION = "3.2.1";
17
18
#include <stdbool.h>
19
0 commit comments