# frozen_string_literal: true

#
# Reopen main module to define the library version
#
module Byebug
  VERSION = "12.0.0"
end
