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

5 lines
68 B
Ruby

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