bsdcontrol.rb/lib/bsd/control/version.rb
2024-05-14 20:57:20 -03:00

7 lines
91 B
Ruby

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