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

release: 3.1.0

This commit is contained in:
cn
2020-08-19 14:13:07 +02:00
parent 35ced6468e
commit 492a06ee52
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
# Changelog
## 3.1.0
## 3.1.0 (August 19, 2020)
IMPROVEMENTS:

View File

@@ -1,5 +1,5 @@
# frozen_string_literal: true
module Dyndnsd
VERSION = '3.1.0.rc1'
VERSION = '3.1.0'
end