From 552696e3b05334b0db823d8a3cbe34ad5da14e4d Mon Sep 17 00:00:00 2001 From: Patrick J Cherry Date: Mon, 17 Oct 2016 13:08:53 +0100 Subject: [PATCH] Updated to 0.18 --- netlinkrb.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netlinkrb.gemspec b/netlinkrb.gemspec index 0e69d72..0fd7ab7 100644 --- a/netlinkrb.gemspec +++ b/netlinkrb.gemspec @@ -5,7 +5,7 @@ $:.unshift lib unless $:.include? lib Gem::Specification.new do |s| s.name = "netlinkrb" - s.version = "0.17" + s.version = "0.18" s.platform = Gem::Platform::RUBY s.authors = ["Brian Candler", "Matthew Bloch", "Patrick Cherry", "Alex Young", "Nicholas Thomas"] s.email = ["matthew@bytemark.co.uk"]