summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorMark J. Titorenko <mark.titorenko@alces-software.com>2011-11-17 20:47:22 +0000
committerMark J. Titorenko <mark.titorenko@alces-software.com>2011-11-17 20:47:22 +0000
commita4e1f43b715d11cab4a3f35977caa2f79525aace (patch)
tree044480a4c0023dbca6a69787451030d89fe313af /lib
parentefab35e53360cf911a322e15ab690f75878682ed (diff)
downloadnet-dhcp-ruby-a4e1f43b715d11cab4a3f35977caa2f79525aace.tar.gz
Version bump to 1.0.1v1.0.1
Diffstat (limited to 'lib')
-rw-r--r--lib/net-dhcp/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/net-dhcp/version.rb b/lib/net-dhcp/version.rb
index 350ffc6..40851c0 100644
--- a/lib/net-dhcp/version.rb
+++ b/lib/net-dhcp/version.rb
@@ -1,5 +1,5 @@
module Net
module Dhcp
- VERSION = "1.0.0"
+ VERSION = "1.0.1"
end
end