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

class Pry
  VERSION = '0.13.0'.freeze
end