From 3238d49613fd8b51aa52856734a6421c0b41afed Mon Sep 17 00:00:00 2001 From: Lamont Granquist Date: Wed, 16 Jul 2014 14:15:54 -0700 Subject: releasing 1.0.0 for shipping with chef and will be committing to semver changes. --- lib/libyajl2/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libyajl2/version.rb b/lib/libyajl2/version.rb index a663cae..7dd08e6 100644 --- a/lib/libyajl2/version.rb +++ b/lib/libyajl2/version.rb @@ -1,3 +1,3 @@ module Libyajl2 - VERSION = "0.1.18" + VERSION = "1.0.0" end -- cgit v1.2.1