From 737a1714708bcad677baba380c19e2b5278342fe Mon Sep 17 00:00:00 2001 From: Alexander Olofsson Date: Tue, 29 Oct 2019 14:01:10 +0100 Subject: [PATCH] Version 1.0 Tests, code cleanup, and now running in singleton mode --- 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 a0bc208..f45edcb 100644 --- a/lib/smart_proxy_dhcp_dnsmasq/dhcp_dnsmasq_version.rb +++ b/lib/smart_proxy_dhcp_dnsmasq/dhcp_dnsmasq_version.rb @@ -3,7 +3,7 @@ module Proxy module DHCP module Dnsmasq - VERSION = '0.7' + VERSION = '1.0' end end end