ruby/lib/matrix/version.rb
2021-04-27 21:01:08 +09:00

5 lines
68 B
Ruby

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