summaryrefslogtreecommitdiff
path: root/lib/pry/version.rb
blob: 231d89d9ecfc1ad23e215af33f776364da9953c8 (plain)
1
2
3
4
5
# frozen_string_literal: true

class Pry
  VERSION = '0.12.2'.freeze
end