bsdcapsicum.rb/lib/capsicum/version.rb
0x1eef ca832a42d9 Add standard
Add the 'standard' linter library
Commit fixes generated via 'bundle exec rubocop -A'
2024-06-23 22:38:24 -03:00

5 lines
71 B
Ruby

# frozen_string_literal: true
module Capsicum
VERSION = "0.1.0"
end