# frozen_string_literal: true # Module holding current rvvm version. module Rvvm # Current rvvm module version. VERSION = "1.2.1" end