sh19910711/git-contest

View on GitHub
lib/git/contest/version.rb

Summary

Maintainability
A
0 mins
Test Coverage
#
# version.rb
#
# Copyright (c) 2013-2014 Hiroyuki Sano <sh19910711 at gmail.com>
# Licensed under the MIT-License.
#

module Git
  module Contest
    VERSION = "0.2.6"
  end
end