From 2a6dbf03a2630f858d918dd6fd49393632530d51 Mon Sep 17 00:00:00 2001 From: "Yukihiro \"Matz\" Matsumoto" Date: Mon, 26 Dec 2022 08:46:59 +0900 Subject: Development of 3.3.0 started. --- include/ruby/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/ruby/version.h b/include/ruby/version.h index 18b3abc8d7..08c0aadb07 100644 --- a/include/ruby/version.h +++ b/include/ruby/version.h @@ -67,7 +67,7 @@ * Minor version. As of writing this version changes annually. Greater * version doesn't mean "better"; they just mean years passed. */ -#define RUBY_API_VERSION_MINOR 2 +#define RUBY_API_VERSION_MINOR 3 /** * Teeny version. This digit is kind of reserved these days. Kept 0 for the -- cgit v1.2.1