vmpooler/lib/vmpooler/version.rb
Brandon High f22a84f26f
"Unsafe" rubocop fixes
Adds the remaining "unsafe" fixes that aren't included in #359
2020-03-05 11:23:37 -08:00

5 lines
72 B
Ruby

# frozen_string_literal: true
module Vmpooler
VERSION = '0.10.3'
end