podemos-info/participa2

View on GitHub
decidim-module-crowdfundings/lib/decidim/crowdfundings/version.rb

Summary

Maintainability
A
0 mins
Test Coverage
# frozen_string_literal: true

module Decidim
  # This holds the decidim-crowdfundings version.
  module Crowdfundings
    def self.version
      "0.19.0"
    end
  end
end