summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 ee5842d6ca..dca7a058a6 100644
--- a/gems/bundled_gems
+++ b/gems/bundled_gems
@@ -6,4 +6,4 @@ test-unit 3.3.7 https://github.com/test-unit/test-unit 3.3.7
rexml 3.2.5 https://github.com/ruby/rexml
rss 0.2.9 https://github.com/ruby/rss 0.2.9
typeprof 0.15.0 https://github.com/ruby/typeprof
-rbs 1.3.1 https://github.com/ruby/rbs
+rbs 1.3.3 https://github.com/ruby/rbs
diff --git a/version.h b/version.h
index cab29f2616..861825da89 100644
--- a/version.h
+++ b/version.h
@@ -12,11 +12,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 116
+#define RUBY_PATCHLEVEL 117
#define RUBY_RELEASE_YEAR 2021
#define RUBY_RELEASE_MONTH 7
-#define RUBY_RELEASE_DAY 25
+#define RUBY_RELEASE_DAY 29
#include "ruby/version.h"