From 3e1a3912819ad0ae3b844fe7ba58db418abe7986 Mon Sep 17 00:00:00 2001 From: cn Date: Thu, 1 Dec 2016 00:24:50 +0100 Subject: [PATCH] Bump version --- lib/dyndnsd/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/dyndnsd/version.rb b/lib/dyndnsd/version.rb index c253c06..53726f4 100644 --- a/lib/dyndnsd/version.rb +++ b/lib/dyndnsd/version.rb @@ -1,4 +1,4 @@ module Dyndnsd - VERSION = "1.4.0" + VERSION = "1.5.0" end