# frozen_string_literal: true module ActiveAdmin module QuillEditor VERSION = '2.0.0' QUILL_VERSION = '2.0.3' end end