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

release: 3.3.1

This commit is contained in:
Christian Nicolai
2021-02-18 11:26:48 +01:00
parent 920d82f073
commit 70ec21af94
3 changed files with 3 additions and 3 deletions

View File

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