Fullscreen/yt-core

View on GitHub
lib/yt/core/version.rb

Summary

Maintainability
A
0 mins
Test Coverage
module Yt
  # Provides basic functionality to connect to the YouTube API.
  module Core
    # @return [String] the SemVer-compatible gem version.
    # @see http://semver.org
    VERSION = '0.1.7'
  end
end