1
0
mirror of https://github.com/cmur2/dyndnsd.git synced 2025-08-08 08:33:56 +02:00

Compare commits

...

2 Commits

Author SHA1 Message Date
cn
0c0c2ffffb Bump version 2013-06-05 20:18:56 +02:00
cn
f3124d007c Fix bug with uninitialized constant since an extra require is required 2013-06-05 20:18:17 +02:00
2 changed files with 2 additions and 1 deletions

View File

@@ -7,6 +7,7 @@ require 'json'
require 'yaml'
require 'rack'
require 'metriks'
require 'metriks/reporter/graphite'
require 'dyndnsd/generator/bind'
require 'dyndnsd/updater/command_with_bind_zone'

View File

@@ -1,4 +1,4 @@
module Dyndnsd
VERSION = "1.2.0"
VERSION = "1.2.1"
end