Skip to content

Commit

Permalink
Development of 3.1.3 started.
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Nov 7, 2024
1 parent 7cc9fb1 commit b9da3fe
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 @@ -93,7 +93,7 @@ static class StringIOData {
StringIOData ptr;

private static final String
STRINGIO_VERSION = "3.1.2";
STRINGIO_VERSION = "3.1.3";

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.1.2";
STRINGIO_VERSION = "3.1.3";

#include <stdbool.h>

Expand Down

0 comments on commit b9da3fe

Please sign in to comment.