From ef5212233d33055168ae1c9519e87cdcea2ada0c Mon Sep 17 00:00:00 2001 From: Lars Kanis Date: Thu, 22 Feb 2018 21:01:43 +0100 Subject: [PATCH] Bump VERSION to 1.9.22 --- lib/ffi/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ffi/version.rb b/lib/ffi/version.rb index 861b6c46c..af018224e 100644 --- a/lib/ffi/version.rb +++ b/lib/ffi/version.rb @@ -1,4 +1,4 @@ module FFI - VERSION = '1.9.21' + VERSION = '1.9.22' end