From e5bce57e1d3ab6eb8c218355e9b31fe3f2a9b1cd Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Thu, 25 May 2023 18:11:17 +0900 Subject: [PATCH] [ruby/nkf] Bump up nkf-0.1.3 https://github.com/ruby/nkf/commit/bc90e2ed39 --- ext/nkf/nkf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/nkf/nkf.c b/ext/nkf/nkf.c index f89ad68845..73b616a54f 100644 --- a/ext/nkf/nkf.c +++ b/ext/nkf/nkf.c @@ -9,7 +9,7 @@ #define RUBY_NKF_REVISION "$Revision$" #define RUBY_NKF_VERSION NKF_VERSION " (" NKF_RELEASE_DATE ")" -#define NKF_GEM_VERSION "0.1.2" +#define NKF_GEM_VERSION "0.1.3" #include "ruby/ruby.h" #include "ruby/encoding.h"