lib/chandler/version.rb in chandler-0.5.0 vs lib/chandler/version.rb in chandler-0.6.0

- old
+ new

@@ -1,4 +1,4 @@ # frozen_string_literal: true module Chandler - VERSION = "0.5.0".freeze + VERSION = "0.6.0".freeze end