lib/playbook/version.rb



# frozen_string_literal: true

module Playbook
  PREVIOUS_VERSION = "10.0.1"
  VERSION = "10.0.1.alpha.railscusticon"
end