1
0
mirror of https://github.com/cmur2/dyndnsd.git synced 2025-07-01 22:30:19 +02:00
Files
dyndnsd/lib/dyndnsd/version.rb
2020-07-29 00:31:48 +02:00

6 lines
70 B
Ruby

# frozen_string_literal: true
module Dyndnsd
VERSION = '3.0.0'
end