Skip to content

Commit

Permalink
Development of 3.1.0 started.
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Nov 8, 2023
1 parent d1bcaf5 commit a2f8ef1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ext/java/org/jruby/ext/stringio/StringIO.java
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ static class StringIOData {
StringIOData ptr;

private static final String
STRINGIO_VERSION = "3.0.9";
STRINGIO_VERSION = "3.1.0";

private static final int STRIO_READABLE = ObjectFlags.registry.newFlag(StringIO.class);
private static final int STRIO_WRITABLE = ObjectFlags.registry.newFlag(StringIO.class);
Expand Down
2 changes: 1 addition & 1 deletion ext/stringio/stringio.c
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
**********************************************************************/

static const char *const
STRINGIO_VERSION = "3.0.9";
STRINGIO_VERSION = "3.1.0";

#include "ruby.h"
#include "ruby/io.h"
Expand Down

0 comments on commit a2f8ef1

Please sign in to comment.