# encoding: UTF-8 module Correios module Frete module Version MAJOR = 1 MINOR = 6 PATCH = 2 VERSION = [MAJOR, MINOR, PATCH].join(".") end end end