bsdcontrol.rb/lib/bsd/control/version.rb
2024-05-12 00:59:38 -03:00

7 lines
91 B
Ruby

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