lib/planter/version.rb in planter-cli-3.0.5 vs lib/planter/version.rb in planter-cli-3.0.7
- old
+ new
@@ -1,7 +1,7 @@
# frozen_string_literal: true
# Primary module for this gem.
module Planter
# Current Planter version.
- VERSION = '3.0.5'
+ VERSION = '3.0.7'
end