master
# 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