Skip to content

Commit 0a3704f

Browse files
committed
bump teeny
1 parent c426ad1 commit 0a3704f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

version.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@
99
*/
1010
# define RUBY_VERSION_MAJOR RUBY_API_VERSION_MAJOR
1111
# define RUBY_VERSION_MINOR RUBY_API_VERSION_MINOR
12-
#define RUBY_VERSION_TEENY 6
12+
#define RUBY_VERSION_TEENY 7
1313
#define RUBY_RELEASE_DATE RUBY_RELEASE_YEAR_STR"-"RUBY_RELEASE_MONTH_STR"-"RUBY_RELEASE_DAY_STR
14-
#define RUBY_PATCHLEVEL 260
14+
#define RUBY_PATCHLEVEL 261
1515

1616
#define RUBY_RELEASE_YEAR 2025
1717
#define RUBY_RELEASE_MONTH 3
18-
#define RUBY_RELEASE_DAY 6
18+
#define RUBY_RELEASE_DAY 26
1919

2020
#include "ruby/version.h"
2121

0 commit comments

Comments
 (0)