summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2017-06-21 12:33:21 -0700
committerLamont Granquist <lamont@scriptkiddie.org>2017-06-21 12:33:21 -0700
commit1b79e9a9a71969a261bb41cf9b8a93948b5f5877 (patch)
tree2237577e6fb7a51589157f6fb1cbfcb1a38a7ff9 /lib
parent5605afa19d54c9ff5450a0186a29c95c666f6503 (diff)
downloadffi-yajl-1b79e9a9a71969a261bb41cf9b8a93948b5f5877.tar.gz
bump version2.3.1
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
Diffstat (limited to 'lib')
-rw-r--r--lib/ffi_yajl/version.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/ffi_yajl/version.rb b/lib/ffi_yajl/version.rb
index ccbcfad..e5d669f 100644
--- a/lib/ffi_yajl/version.rb
+++ b/lib/ffi_yajl/version.rb
@@ -1,5 +1,5 @@
# Copyright (c) 2015 Lamont Granquist
-# Copyright (c) 2015 Chef Software, Inc.
+# Copyright (c) 2015-2017, Chef Software Inc.
#
# Permission is hereby granted, free of charge, to any person obtaining
# a copy of this software and associated documentation files (the
@@ -21,5 +21,5 @@
# WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
module FFI_Yajl
- VERSION = "2.3.0"
+ VERSION = "2.3.1"
end