Merge tag '2.4.0' into develop

- Handle controllers with the same name (i.e. in different modules/namespaces)
- Transition from Travis CI to GitHub Actions
This commit is contained in:
Jonathan Abbett 2021-06-17 16:30:55 -04:00
commit 843c83face

View File

@ -1,5 +1,5 @@
# frozen_string_literal: true
module Abraham
VERSION = "2.3.0.beta"
VERSION = "2.4.0"
end