archan937/clickhouse

View on GitHub
lib/clickhouse/version.rb

Summary

Maintainability
A
0 mins
Test Coverage
module Clickhouse
  MAJOR = 0
  MINOR = 1
  TINY  = 10

  VERSION = [MAJOR, MINOR, TINY].join(".")
end