From b0f17ca8526bf3d20dd58bc2f19f344d03a6a0b1 Mon Sep 17 00:00:00 2001 From: Patrick J Cherry Date: Thu, 12 Sep 2013 14:21:20 +0100 Subject: [PATCH] Version bump --- netlinkrb.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netlinkrb.gemspec b/netlinkrb.gemspec index 57ca2fe..cdf2135 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.13" + s.version = "0.12" s.platform = Gem::Platform::RUBY s.authors = ["Brian Candler", "Matthew Bloch", "Patrick Cherry", "Alex Young"] s.email = ["matthew@bytemark.co.uk"]