summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2024-01-18 10:35:52 +0900
committergit <svn-admin@ruby-lang.org>2024-01-18 01:36:52 +0000
commitaf60cdf6747316b23bf254128d8472e6c3c0d969 (patch)
tree6620d43bff64ad0cb285bba54669179772293b3c /ext
parent42177a8987c06678f0afed713457fa327d606c62 (diff)
[ruby/io-console] Bump up version to 0.7.2
https://github.com/ruby/io-console/commit/1f2877a185
Diffstat (limited to 'ext')
-rw-r--r--ext/io/console/console.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/io/console/console.c b/ext/io/console/console.c
index 7859373438..7130c29a8b 100644
--- a/ext/io/console/console.c
+++ b/ext/io/console/console.c
@@ -4,7 +4,7 @@
*/
static const char *const
-IO_CONSOLE_VERSION = "0.7.2.dev.1";
+IO_CONSOLE_VERSION = "0.7.2";
#include "ruby.h"
#include "ruby/io.h"