Sharparam/chatrix

View on GitHub
lib/chatrix/version.rb

Summary

Maintainability
A
0 mins
Test Coverage
# encoding: utf-8
# frozen_string_literal: true

module Chatrix
  # The current version of this gem.
  VERSION = '1.5.0'.freeze
end