1
0
mirror of https://github.com/cmur2/dyndnsd.git synced 2025-08-08 08:33:56 +02:00

release: 3.4.6

This commit is contained in:
cn
2021-11-19 15:38:02 +01:00
parent 8c5240bbf7
commit f927a2f59b
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
# Changelog
## 3.4.6
## 3.4.6 (November 19th, 2021)
OTHER:

View File

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