From 1dd0d7494a7046512c1e83d958b781597c6b8779 Mon Sep 17 00:00:00 2001 From: Lamont Granquist Date: Wed, 16 Jul 2014 14:21:29 -0700 Subject: bump version to release 1.0.0 bumping to 1.0 to pin in chef. and committing to not violating semver with this change. --- lib/ffi_yajl/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ffi_yajl/version.rb b/lib/ffi_yajl/version.rb index 6eb69d7..7e95983 100644 --- a/lib/ffi_yajl/version.rb +++ b/lib/ffi_yajl/version.rb @@ -1,3 +1,3 @@ module FFI_Yajl - VERSION = "0.2.1" + VERSION = "1.0.0" end -- cgit v1.2.1