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

release: 3.8.1

This commit is contained in:
Christian Nicolai
2023-03-02 09:23:11 +01:00
parent 0f793f92d8
commit 0e9b17cb0b
2 changed files with 7 additions and 1 deletions

View File

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