version.rb 68 Bytes Raw Blame History Permalink 1 2 3 4 5 # frozen_string_literal: true module I18n VERSION = "1.12.0" end