module LDAP #:nodoc: class Server #:nodoc: class VERSION #:nodoc: MAJOR = 0 MINOR = 3 TINY = 1 STRING = [MAJOR, MINOR, TINY].join('.') end end end