mirror of
https://github.com/cmur2/dyndnsd.git
synced 2025-08-09 04:48:39 +02:00
gem: adopt frozen string literals
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
module Dyndnsd
|
||||
VERSION = '2.1.1'.freeze
|
||||
VERSION = '2.1.1'
|
||||
end
|
||||
|
Reference in New Issue
Block a user