1
0
mirror of https://github.com/cmur2/dyndnsd.git synced 2025-06-26 02:30:22 +02:00

release: 3.6.1

This commit is contained in:
Christian Nicolai
2022-07-21 07:20:42 +02:00
parent d256c86420
commit 0e700e8b7b
2 changed files with 7 additions and 1 deletions

View File

@ -1,5 +1,5 @@
# frozen_string_literal: true
module Dyndnsd
VERSION = '3.6.0'
VERSION = '3.6.1'
end