From c591ab11ce3b74a364c4c4b2003626033daf0757 Mon Sep 17 00:00:00 2001 From: "Yukihiro \"Matz\" Matsumoto" Date: Fri, 25 Dec 2020 17:09:16 +0900 Subject: [PATCH] Development of 3.1.0 started. --- include/ruby/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/ruby/version.h b/include/ruby/version.h index 924bfa8f91..d25008fad9 100644 --- a/include/ruby/version.h +++ b/include/ruby/version.h @@ -28,7 +28,7 @@ /* API version */ #define RUBY_API_VERSION_MAJOR 3 -#define RUBY_API_VERSION_MINOR 0 +#define RUBY_API_VERSION_MINOR 1 #define RUBY_API_VERSION_TEENY 0 #define RUBY_API_VERSION_CODE (RUBY_API_VERSION_MAJOR*10000+RUBY_API_VERSION_MINOR*100+RUBY_API_VERSION_TEENY)