summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark J. Titorenko <mark.titorenko@alces-software.com>2011-12-06 09:53:34 +0000
committerMark J. Titorenko <mark.titorenko@alces-software.com>2011-12-06 09:53:34 +0000
commitd3121d577c6f40519b50c13cd0d3e6b325937030 (patch)
tree130d8039eef71b038b979606a9cec0023fa98040
parenta69801c1b99045e9dfb7ffcd960e7c4f5c65676e (diff)
downloadnet-dhcp-ruby-d3121d577c6f40519b50c13cd0d3e6b325937030.tar.gz
Version bump to 1.0.2v1.0.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 40851c0..3fa7cba 100644
--- a/lib/net-dhcp/version.rb
+++ b/lib/net-dhcp/version.rb
@@ -1,5 +1,5 @@
module Net
module Dhcp
- VERSION = "1.0.1"
+ VERSION = "1.0.2"
end
end
diff --git a/net-dhcp.gemspec b/net-dhcp.gemspec
index 8695396..f13b714 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-11-17"
+ s.date = "2011-12-06"
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'