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