Skip to content

Commit

Permalink
Revert "Rollback to released version numbers of stringio and strscan"
Browse files Browse the repository at this point in the history
This reverts commit 6a79e53.
  • Loading branch information
hsbt committed Dec 25, 2023
1 parent fa251d6 commit f543698
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ext/stringio/stringio.c
Expand Up @@ -13,7 +13,7 @@
**********************************************************************/

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

#include "ruby.h"
#include "ruby/io.h"
Expand Down
2 changes: 1 addition & 1 deletion ext/strscan/strscan.c
Expand Up @@ -22,7 +22,7 @@ extern size_t onig_region_memsize(const struct re_registers *regs);

#include <stdbool.h>

#define STRSCAN_VERSION "3.0.7"
#define STRSCAN_VERSION "3.0.8"

/* =======================================================================
Data Type Definitions
Expand Down

0 comments on commit f543698

Please sign in to comment.