Merge tag '2.1.2' into develop

Deprecation: Module#parent has been renamed to module_parent

* tag '2.1.2':
  Update version to 2.1.2
This commit is contained in:
Michael Deutsch 2020-10-22 13:57:04 -04:00
commit b3dbb60b39

View File

@ -1,5 +1,5 @@
# frozen_string_literal: true
module Abraham
VERSION = "2.1.1"
VERSION = "2.1.2"
end