lib/popito/deployer/version.rb in popito-0.0.4.alpha vs lib/popito/deployer/version.rb in popito-0.0.5.alpha

- old
+ new

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