From a712e651a71c3ac3d77631bb577736944f4e07a2 Mon Sep 17 00:00:00 2001 From: Patrick J Cherry Date: Fri, 5 Jul 2013 13:51:54 +0100 Subject: [PATCH] Version bump --- netlinkrb.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netlinkrb.gemspec b/netlinkrb.gemspec index 1508803..a9f0ef7 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.10" + s.version = "0.11" s.platform = Gem::Platform::RUBY s.authors = ["Brian Candler", "Patrick Cherry", "Alex Young"] s.email = ["matthew@bytemark.co.uk"]