summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark J. Titorenko <mark.titorenko@alces-software.com>2012-01-21 20:00:15 +0000
committerMark J. Titorenko <mark.titorenko@alces-software.com>2012-01-21 20:00:15 +0000
commitb9111ab2f8c4496815b458bf3d90add6a95d7be5 (patch)
tree1d3e3d9f7c32d61e5119de431aeb56681cad1cd4
parent5e53ab81a37c8c712d693f8d8dd91331e1b4bc65 (diff)
downloadnet-dhcp-ruby-b9111ab2f8c4496815b458bf3d90add6a95d7be5.tar.gz
Version bump to 1.1.1v1.1.1
-rw-r--r--lib/net-dhcp/version.rb2
-rw-r--r--net-dhcp.gemspec2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/net-dhcp/version.rb b/lib/net-dhcp/version.rb
index fb6d70a..49af37d 100644
--- a/lib/net-dhcp/version.rb
+++ b/lib/net-dhcp/version.rb
@@ -1,5 +1,5 @@
module Net
module Dhcp
- VERSION = "1.1.0"
+ VERSION = "1.1.1"
end
end
diff --git a/net-dhcp.gemspec b/net-dhcp.gemspec
index 205dea0..331f1f5 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-08"
+ s.date = "2012-01-21"
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'