cookbooks/scratchify/lib/from-scratch/version.rb in from-scratch-0.5.0 vs cookbooks/scratchify/lib/from-scratch/version.rb in from-scratch-0.6.0

- old
+ new

@@ -1,3 +1,3 @@ -module FromScratch - VERSION = "0.4.0" +class FromScratch + VERSION = "0.6.0" end