summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark J. Titorenko <mark.titorenko@alces-software.com>2014-11-18 19:35:20 +0000
committerMark J. Titorenko <mark.titorenko@alces-software.com>2014-11-18 19:35:20 +0000
commit4e9ed23207f638c7a731351915bfabe02f0fca39 (patch)
treeb1d4a54d495483ec3c035528ad4463b846fc3349
parent7fecb36925310c946f4593ebf77212a679e864fe (diff)
downloadnet-dhcp-ruby-4e9ed23207f638c7a731351915bfabe02f0fca39.tar.gz
Version bump to 1.3.2v1.3.2
-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 3250171..16f44c9 100644
--- a/lib/net-dhcp/version.rb
+++ b/lib/net-dhcp/version.rb
@@ -1,5 +1,5 @@
module Net
module Dhcp
- VERSION = "1.3.1"
+ VERSION = "1.3.2"
end
end
diff --git a/net-dhcp.gemspec b/net-dhcp.gemspec
index 43c8fc5..3dd8cd8 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 = "2014-10-22"
+ s.date = "2014-11-18"
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'