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

8 lines
91 B
Ruby
Raw Normal View History

2024-05-12 05:59:38 +02:00
# frozen_string_literal: true
2024-03-14 20:30:40 +01:00
module BSD
module Control
2024-04-09 21:44:18 +02:00
VERSION = "0.1.1"
2024-03-14 20:30:40 +01:00
end
end