Thanks to visit codestin.com Credit goes to github.com
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 2417ed9 commit 8f611e0Copy full SHA for 8f611e0
version.h
@@ -9,9 +9,9 @@
9
*/
10
# define RUBY_VERSION_MAJOR RUBY_API_VERSION_MAJOR
11
# define RUBY_VERSION_MINOR RUBY_API_VERSION_MINOR
12
-#define RUBY_VERSION_TEENY 8
+#define RUBY_VERSION_TEENY 9
13
#define RUBY_RELEASE_DATE RUBY_RELEASE_YEAR_STR"-"RUBY_RELEASE_MONTH_STR"-"RUBY_RELEASE_DAY_STR
14
-#define RUBY_PATCHLEVEL 264
+#define RUBY_PATCHLEVEL 265
15
16
#include "ruby/version.h"
17
#include "ruby/internal/abi.h"
0 commit comments