lib/react/rails/version.rb (5 lines of code) (raw):

module React module Rails # If you change this, make sure to update VERSIONS.md # and republish the UJS by updating package.json and `bundle exec rake ujs:publish` VERSION = '2.6.1' end end