We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1451052 commit 724a071Copy full SHA for 724a071
1 file changed
version.h
@@ -10,9 +10,9 @@
10
*/
11
# define RUBY_VERSION_MAJOR RUBY_API_VERSION_MAJOR
12
# define RUBY_VERSION_MINOR RUBY_API_VERSION_MINOR
13
-#define RUBY_VERSION_TEENY 6
+#define RUBY_VERSION_TEENY 7
14
#define RUBY_RELEASE_DATE RUBY_RELEASE_YEAR_STR"-"RUBY_RELEASE_MONTH_STR"-"RUBY_RELEASE_DAY_STR
15
-#define RUBY_PATCHLEVEL 219
+#define RUBY_PATCHLEVEL 220
16
17
#define RUBY_RELEASE_YEAR 2024
18
#define RUBY_RELEASE_MONTH 4
0 commit comments