bsdcontrol.rb/lib/bsd/control/version.rb

6 lines
60 B
Ruby
Raw Normal View History

2024-03-14 20:30:40 +01:00
module BSD
module Control
VERSION = "0.1.0"
end
end