1
0
mirror of https://github.com/cmur2/dyndnsd.git synced 2025-12-04 13:48:08 +01:00

release: 3.12.0

This commit is contained in:
cn
2025-12-04 01:05:11 +01:00
parent da79ef902d
commit 627b1c4dc5
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
# Changelog
## 3.12.0
## 3.12.0 (December 4th, 2025)
IMPROVEMENTS:

View File

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