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