summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark J. Titorenko <mark.titorenko@alces-software.com>2011-12-08 12:30:00 +0000
committerMark J. Titorenko <mark.titorenko@alces-software.com>2011-12-08 12:30:00 +0000
commit7941d8391a3bb2897fbb82ba5ac2215cb4ee1fbf (patch)
tree03f354dc09d7ab8eb8e4279d5feff529a6223a6c
parent6f7329450b3ab97b6bf0eeb73e18c18811999dad (diff)
downloadnet-dhcp-ruby-7941d8391a3bb2897fbb82ba5ac2215cb4ee1fbf.tar.gz
Version bump to 1.1.0
-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 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'