release: 3.9.0

This commit is contained in:
Christian Nicolai 2023-06-08 10:31:34 +02:00
parent 90ae7543d7
commit 9ae88964ec
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Changelog
## 3.9.0
## 3.9.0 (June 8, 2023)
IMPROVEMENTS:

View File

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