vmfloaty/lib/vmfloaty/version.rb
Brandon High f1be1fec23
Bump version.rb to 0.9.1
For 0.9.1 release. Includes:
- Bug fix for delete action on vmpooler and nspooler #58
2020-01-14 10:03:34 -08:00

5 lines
70 B
Ruby

# frozen_string_literal: true
class Vmfloaty
VERSION = '0.9.1'
end