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

release: 2.1.0

This commit is contained in:
cn
2020-03-01 11:43:39 +01:00
parent 73dbf2a5fa
commit 956256782b
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
# Changelog # Changelog
## 2.1.0 ## 2.1.0 (March 1, 2020)
IMPROVEMENTS: IMPROVEMENTS:

View File

@@ -1,4 +1,4 @@
module Dyndnsd module Dyndnsd
VERSION = '2.0.0'.freeze VERSION = '2.1.0'.freeze
end end