From 5b109ff14d274d0599839c61c77b32628c2d1971 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Mon, 22 Jan 2024 11:13:53 +0900 Subject: [PATCH] [ruby/nkf] Bump up version to 0.2.0 https://github.com/ruby/nkf/commit/65506fecfd --- 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 73b616a54f..3d1ad42e9f 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.3" +#define NKF_GEM_VERSION "0.2.0" #include "ruby/ruby.h" #include "ruby/encoding.h"