summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Kanis <lars@greiz-reinsdorf.de>2018-02-25 00:17:55 +0100
committerLars Kanis <lars@greiz-reinsdorf.de>2018-02-25 00:19:54 +0100
commit4ce4480dfa9eeb19cc2dc1b4e1dadf47788a0793 (patch)
tree44bada9a3a4bf25862bb7741d1ab19ede6eaaa07
parent7c31a7554a4c39140fb7b8867030139069cecedc (diff)
downloadffi-4ce4480dfa9eeb19cc2dc1b4e1dadf47788a0793.tar.gz
Bump VERSION to 1.9.23.pre11.9.23.pre1
-rw-r--r--lib/ffi/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ffi/version.rb b/lib/ffi/version.rb
index af01822..0584582 100644
--- a/lib/ffi/version.rb
+++ b/lib/ffi/version.rb
@@ -1,4 +1,4 @@
module FFI
- VERSION = '1.9.22'
+ VERSION = '1.9.23.pre1'
end