reactjs/react-rails

View on GitHub
lib/react/rails/version.rb

Summary

Maintainability
A
0 mins
Test Coverage
# frozen_string_literal: true

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 = "3.2.0"
  end
end