lib/shoes/swt/version.rb in shoes-swt-4.0.0.pre6 vs lib/shoes/swt/version.rb in shoes-swt-4.0.0.pre7

- old
+ new

@@ -1,5 +1,7 @@ +# frozen_string_literal: true + class Shoes module Swt - VERSION = "4.0.0.pre6" + VERSION = "4.0.0.pre7" end end