From 7941d8391a3bb2897fbb82ba5ac2215cb4ee1fbf Mon Sep 17 00:00:00 2001 From: "Mark J. Titorenko" Date: Thu, 8 Dec 2011 12:30:00 +0000 Subject: Version bump to 1.1.0 --- lib/net-dhcp/version.rb | 2 +- net-dhcp.gemspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/net-dhcp/version.rb b/lib/net-dhcp/version.rb index 3fa7cba..fb6d70a 100644 --- a/lib/net-dhcp/version.rb +++ b/lib/net-dhcp/version.rb @@ -1,5 +1,5 @@ module Net module Dhcp - VERSION = "1.0.2" + VERSION = "1.1.0" end end diff --git a/net-dhcp.gemspec b/net-dhcp.gemspec index 64614b2..205dea0 100644 --- a/net-dhcp.gemspec +++ b/net-dhcp.gemspec @@ -5,7 +5,7 @@ Gem::Specification.new do |s| s.name = 'net-dhcp' s.version = Net::Dhcp::VERSION s.platform = Gem::Platform::RUBY - s.date = "2011-12-06" + s.date = "2011-12-08" s.authors = ['daniel martin gomez (etd)', 'syonbori', 'Mark J. Titorenko'] s.email = 'mark.titorenko@alces-software.com' s.homepage = 'http://github.com/mjtko/net-dhcp-ruby' -- cgit v1.2.1