lib/fusuma/plugin/tap/version.rb in fusuma-plugin-tap-0.3.2 vs lib/fusuma/plugin/tap/version.rb in fusuma-plugin-tap-0.4.0.pre

- old
+ new

@@ -1,9 +1,9 @@ # frozen_string_literal: true module Fusuma module Plugin module Tap - VERSION = '0.3.2' + VERSION = '0.4.0.pre' end end end