[ruby/syslog] Bump up v0.1.2

https://github.com/ruby/syslog/commit/f7b29e2199
This commit is contained in:
Hiroshi SHIBATA 2023-12-16 13:05:40 +08:00
parent 38e0ba34f4
commit 3b6828f967

View File

@ -12,7 +12,7 @@
#include "ruby/util.h"
#include <syslog.h>
#define SYSLOG_VERSION "0.1.1"
#define SYSLOG_VERSION "0.1.2"
/* Syslog class */
static VALUE mSyslog;