lib/popito/deployer/version.rb in popito-0.0.9.alpha vs lib/popito/deployer/version.rb in popito-0.0.10.alpha

- old
+ new

@@ -1,5 +1,5 @@ # frozen_string_literal: true module Popito - VERSION = "0.0.9.alpha" + VERSION = "0.0.10.alpha" end