Sha256: e24ab301108b0169df53eb1a946e7eed7da4e5026222e5ef1d2ba895480cb298
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}.5".freeze end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
decidim-file_authorization_handler-0.27.1.5 | lib/decidim/file_authorization_handler/version.rb |