bsdcontrol.rb/lib/bsd/control/version.rb
2024-05-12 20:06:58 -03:00

7 lines
91 B
Ruby

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