gshutler/hatchet

View on GitHub
lib/hatchet/version.rb

Summary

Maintainability
A
0 mins
Test Coverage
# -*- encoding: utf-8 -*-

module Hatchet

  # Public: The version of Hatchet.
  #
  VERSION = '0.2.14'

end