ruby--ruby/lib/matrix/version.rb

6 lines
68 B
Ruby

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