bsdcontrol.rb/lib/bsd/control/version.rb
2024-10-13 01:13:39 -03:00

7 lines
91 B
Ruby

# frozen_string_literal: true
module BSD
module Control
VERSION = "0.2.2"
end
end