release: 2.3.1

This commit is contained in:
cn 2020-07-27 21:31:15 +02:00
parent 618b2c823d
commit 09aa2b127c
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Changelog # Changelog
## 2.3.1 ## 2.3.1 (July 27, 2020)
IMPROVEMENTS: IMPROVEMENTS:

View File

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