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