From 25e70f484d06152da684a7425ab277be0b0e87b3 Mon Sep 17 00:00:00 2001 From: cn Date: Tue, 18 Aug 2020 22:26:56 +0200 Subject: [PATCH] release: 3.1.0.rc1 --- 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 ac35164..f3158d5 100644 --- a/lib/dyndnsd/version.rb +++ b/lib/dyndnsd/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Dyndnsd - VERSION = '3.0.0' + VERSION = '3.1.0.rc1' end