yahoo/mysql_expectations

View on GitHub
lib/mysql_expectations/version.rb

Summary

Maintainability
A
0 mins
Test Coverage
# Copyright (c) 2015 Yahoo Inc.
# Copyrights licensed under the New BSD License.
# See the accompanying LICENSE file for terms.

module MySQLExpectations
  # This module holds the gem version number used in the gemspec
  module Version
    VERSION = '1.0.1'
  end
end