ruby/lib/matrix/version.rb
Marcus Stollsteimer 423feb53a2 [ruby/matrix] Add Matrix::VERSION constant
Add Matrix::VERSION for the gem version, use it in the gemspec,
and make it also available for library users.

65c2bb1fa1
2019-07-15 00:32:00 +09:00

5 lines
68 B
Ruby

# frozen_string_literal: true
class Matrix
VERSION = "0.1.0"
end