summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2024-04-23 19:23:26 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2024-04-23 19:23:26 +0900
commit724a0711752f35478dbccdafbb6718687d983d32 (patch)
tree2ae09e69549a86b92cb8cee600fa5db6d329e82f
parent14510521720231dd9f07d949c86c9df9c52b205b (diff)
Bump up 3.0.7v3_0_7ruby_3_0
-rw-r--r--version.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.h b/version.h
index 20e5c6748a..6ba76ddc6b 100644
--- a/version.h
+++ b/version.h
@@ -10,9 +10,9 @@
*/
# define RUBY_VERSION_MAJOR RUBY_API_VERSION_MAJOR
# define RUBY_VERSION_MINOR RUBY_API_VERSION_MINOR
-#define RUBY_VERSION_TEENY 6
+#define RUBY_VERSION_TEENY 7
#define RUBY_RELEASE_DATE RUBY_RELEASE_YEAR_STR"-"RUBY_RELEASE_MONTH_STR"-"RUBY_RELEASE_DAY_STR
-#define RUBY_PATCHLEVEL 219
+#define RUBY_PATCHLEVEL 220
#define RUBY_RELEASE_YEAR 2024
#define RUBY_RELEASE_MONTH 4