module Tablecloth module Rails # Use tablecloth version; append a pre-release version identifier if gem # is updated without updating version of tablecloth. # Examples: # "2.0.0.rc1" # "2.0.0.pre" # "2.0.0.beta" # Refer to Semantic Versioning 2.0.0 (http://semver.org). VERSION = "1.0.0" end end