Skip to content

Commit

Permalink
Development of 3.1.5 started.
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Feb 20, 2025
1 parent 1f6c576 commit 3f56884
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 @@ -101,7 +101,7 @@ private StringIOData getPtr() {
}

private static final String
STRINGIO_VERSION = "3.1.4";
STRINGIO_VERSION = "3.1.5";

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.4";
STRINGIO_VERSION = "3.1.5";

#include <stdbool.h>

Expand Down

0 comments on commit 3f56884

Please sign in to comment.