Skip to content

Commit b609bf0

Browse files
committed
teenyup
1 parent f81a8ce commit b609bf0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
*/
1111
# define RUBY_VERSION_MAJOR RUBY_API_VERSION_MAJOR
1212
# define RUBY_VERSION_MINOR RUBY_API_VERSION_MINOR
13-
#define RUBY_VERSION_TEENY 0
13+
#define RUBY_VERSION_TEENY 1
1414
#define RUBY_RELEASE_DATE RUBY_RELEASE_YEAR_STR"-"RUBY_RELEASE_MONTH_STR"-"RUBY_RELEASE_DAY_STR
15-
#define RUBY_PATCHLEVEL 63
15+
#define RUBY_PATCHLEVEL 64
1616

1717
#define RUBY_RELEASE_YEAR 2021
1818
#define RUBY_RELEASE_MONTH 4

0 commit comments

Comments
 (0)