ruby/lib/matrix/version.rb
2019-12-22 21:48:54 -05:00

5 lines
68 B
Ruby

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