lib/jruby_art/installer.rb in jruby_art-1.2.8 vs lib/jruby_art/installer.rb in jruby_art-1.2.9
- old
+ new
@@ -1,8 +1,8 @@
# frozen_string_literal: false
require 'yaml'
-VERSION = '3.2.3'.freeze # processing version
+VERSION = '3.3'.freeze # processing version
# Abstract Installer class
class Installer
attr_reader :os, :sketch, :gem_root, :home
def initialize(root, os)