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

release: 3.5.0

This commit is contained in:
cn
2022-01-08 11:14:35 +01:00
parent 90f4442e94
commit dd0ca7ec39
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
# Changelog
## 3.5.0
## 3.5.0 (January 8, 2021)
IMPROVEMENTS:

View File

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