personal_plugin_generator/template_generator/lib/personal_plugin_template/version.rb

4 lines
54 B
Ruby
Raw Normal View History

2021-02-28 09:19:14 +00:00
module PersonalPluginTemplate
VERSION = "0.0.1"
end