Skip to content

Commit e21fc91

Browse files
committed
Added pre-release suffix for development version of default gems
#81 ruby/ruby@32f134b
1 parent cb46167 commit e21fc91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/stringio/stringio.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
**********************************************************************/
1414

1515
static const char *const
16-
STRINGIO_VERSION = "3.1.2";
16+
STRINGIO_VERSION = "3.1.2.dev";
1717

1818
#include <stdbool.h>
1919

0 commit comments

Comments
 (0)