# File lib/loquacious.rb, line 39
    def version
      @version ||= File.read(path('version.txt')).strip
    end