# frozen_string_literal: true module Doorkeeper module DeviceAuthorizationGrant VERSION = '1.0.0' public_constant :VERSION end end