thredded/thredded-bbcode

View on GitHub
lib/thredded/bbcode/version.rb

Summary

Maintainability
A
0 mins
Test Coverage
# frozen_string_literal: true

module Thredded
  module BBCode
    VERSION = '1.0.0'
  end
end