diff options
| author | nagachika <nagachika@ruby-lang.org> | 2024-06-03 20:59:51 +0900 |
|---|---|---|
| committer | nagachika <nagachika@ruby-lang.org> | 2024-06-03 20:59:51 +0900 |
| commit | ab7dfa7ff270feb155d4715fb7ffcee3668ef38f (patch) | |
| tree | 96b4811e5c65b491ae681429d420f2c3de670c60 | |
| parent | ca70dd1bc6d1db6da3b04e75ba2352ff2d1e7e59 (diff) | |
merge revision(s) 631449ac6b9336dfce577a786aff7eca0b8abcf1:
README.ja.md: Remove Cirrus CI badge image. folloup for 15ee9c7c1b693f29b6b2dbe7b47488bf154e481c.
| -rw-r--r-- | README.ja.md | 1 | ||||
| -rw-r--r-- | version.h | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/README.ja.md b/README.ja.md index bb69c09055..93c0131690 100644 --- a/README.ja.md +++ b/README.ja.md @@ -4,7 +4,6 @@ [](https://github.com/ruby/ruby/actions?query=workflow%3A"Windows") [](https://ci.appveyor.com/project/ruby/ruby/branch/master) [](https://app.travis-ci.com/ruby/ruby) -[](https://cirrus-ci.com/github/ruby/ruby/master) # Rubyとは @@ -11,7 +11,7 @@ # define RUBY_VERSION_MINOR RUBY_API_VERSION_MINOR #define RUBY_VERSION_TEENY 4 #define RUBY_RELEASE_DATE RUBY_RELEASE_YEAR_STR"-"RUBY_RELEASE_MONTH_STR"-"RUBY_RELEASE_DAY_STR -#define RUBY_PATCHLEVEL 174 +#define RUBY_PATCHLEVEL 175 #include "ruby/version.h" #include "ruby/internal/abi.h" |
