module Pechkin::Version

Keeps actual version

Constants

VERSION

Public Class Methods

version_string() click to toggle source
# File lib/pechkin/version.rb, line 6
def version_string
  VERSION.join('.')
end