From a8d5c0bd9385abb774fdf3546aef9653f0a39b8a Mon Sep 17 00:00:00 2001 From: cn Date: Sat, 27 Apr 2013 15:52:26 +0200 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 4d6c283..0cbbf19 100644 --- a/lib/dyndnsd/version.rb +++ b/lib/dyndnsd/version.rb @@ -1,4 +1,4 @@ module Dyndnsd - VERSION = "0.0.1" + VERSION = "0.0.2" end