Sha256: 344a4f608ce6a354de98b1fb7b19ce40a7fcbe56334eeda1150ec8c8684f7991
Contents?: true
Size: 318 Bytes
Versions: 1
Compression:
Stored size: 318 Bytes
Contents
# frozen_string_literal: true module Decidim module FileAuthorizationHandler DECIDIM_VERSION = "0.27.1" # Uses the latest matching Decidim version for # - major, minor and patch # - the optional extra number is related to this module's patches VERSION = "#{DECIDIM_VERSION}.6".freeze end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
decidim-file_authorization_handler-0.27.1.6 | lib/decidim/file_authorization_handler/version.rb |