# encoding: utf-8 # frozen_string_literal: true module Rubocop module Lts module Version VERSION = "0.1.0" end end end