lib/itamae/plugin/recipe/passenger/version.rb in itamae-plugin-recipe-passenger-0.1.3 vs lib/itamae/plugin/recipe/passenger/version.rb in itamae-plugin-recipe-passenger-0.1.4

- old
+ new

@@ -1,14 +1,14 @@ module Itamae module Plugin module Recipe module Passenger - VERSION = '0.1.3' + VERSION = '0.1.4' PASSENGER_VERSION = [ PASSENGER_VERSION_MAJOR = '6', PASSENGER_VERSION_MINOR = '0', - PASSENGER_VERSION_REVISION = '9' + PASSENGER_VERSION_REVISION = '12' ].join('.') end end end end