From 7904e8e05eeba5602fd59125e4c516cfd8ab5f14 Mon Sep 17 00:00:00 2001 From: "Alexander \"Ace\" Olofsson" Date: Sun, 27 Aug 2017 11:09:32 +0200 Subject: [PATCH] Bump version to 0.6 --- lib/smart_proxy_dhcp_dnsmasq/dhcp_dnsmasq_version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/smart_proxy_dhcp_dnsmasq/dhcp_dnsmasq_version.rb b/lib/smart_proxy_dhcp_dnsmasq/dhcp_dnsmasq_version.rb index 1ba1efc..832da86 100644 --- a/lib/smart_proxy_dhcp_dnsmasq/dhcp_dnsmasq_version.rb +++ b/lib/smart_proxy_dhcp_dnsmasq/dhcp_dnsmasq_version.rb @@ -1,7 +1,7 @@ module Proxy module DHCP module Dnsmasq - VERSION = '0.5'.freeze + VERSION = '0.6'.freeze end end end