deivid-rodriguez/byebug

View on GitHub
lib/byebug/version.rb

Summary

Maintainability
A
0 mins
Test Coverage
# frozen_string_literal: true

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