summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornagachika <nagachika@ruby-lang.org>2022-10-04 20:24:09 +0900
committernagachika <nagachika@ruby-lang.org>2022-10-04 20:24:09 +0900
commitb0645e35db8b40b56526063e672b7a71ec3cdada (patch)
tree59cd2984d92efac8f9eba84abd97f2a8b77061c0
parent263ae503650531b90653ab78124b6d2d513e06cc (diff)
update debug.gem commit hash to cease nightly packaging failures.
-rw-r--r--gems/bundled_gems2
-rw-r--r--version.h4
2 files changed, 3 insertions, 3 deletions
diff --git a/gems/bundled_gems b/gems/bundled_gems
index 3c7aee5f0a..2817811198 100644
--- a/gems/bundled_gems
+++ b/gems/bundled_gems
@@ -13,4 +13,4 @@ matrix 0.4.2 https://github.com/ruby/matrix
prime 0.1.2 https://github.com/ruby/prime
rbs 2.6.0 https://github.com/ruby/rbs 5ec9d53efe4bf0a97f33c3016aed430be135583a
typeprof 0.21.3 https://github.com/ruby/typeprof
-debug 1.6.2 https://github.com/ruby/debug 19b4dde3308f532943e4234d1588d4fa26c52345
+debug 1.6.2 https://github.com/ruby/debug fdce24220f2f2bb61b414c48f8f1485d4f2c0421
diff --git a/version.h b/version.h
index b9a5acf310..970c1e715c 100644
--- a/version.h
+++ b/version.h
@@ -11,11 +11,11 @@
# define RUBY_VERSION_MINOR RUBY_API_VERSION_MINOR
#define RUBY_VERSION_TEENY 3
#define RUBY_RELEASE_DATE RUBY_RELEASE_YEAR_STR"-"RUBY_RELEASE_MONTH_STR"-"RUBY_RELEASE_DAY_STR
-#define RUBY_PATCHLEVEL 68
+#define RUBY_PATCHLEVEL 69
#define RUBY_RELEASE_YEAR 2022
#define RUBY_RELEASE_MONTH 10
-#define RUBY_RELEASE_DAY 3
+#define RUBY_RELEASE_DAY 4
#include "ruby/version.h"