Trevoke/SGFParser

View on GitHub
lib/sgf/version.rb

Summary

Maintainability
A
0 mins
Test Coverage
# typed: strong
# frozen_string_literal: true

#require 'sorbet-runtime'

module SGF

  VERSION = '3.0.2'
end