jhx/gem-github-css-rails

View on GitHub
lib/github-css-rails/version.rb

Summary

Maintainability
A
0 mins
Test Coverage
# encoding: utf-8
module GithubCss
  module Rails
    # Refer to Semantic Versioning 2.0.0 (http://semver.org).
    MAJOR = 1
    MINOR = 1
    PATCH = 4
    BUILD = nil
    VERSION = [MAJOR, MINOR, PATCH, BUILD].compact.join('.')
  end
end