mirror of
https://github.com/cmur2/dyndnsd.git
synced 2026-01-16 21:11:55 +01:00
6 lines
70 B
Ruby
6 lines
70 B
Ruby
# frozen_string_literal: true
|
|
|
|
module Dyndnsd
|
|
VERSION = '2.1.1'
|
|
end
|