1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

[ruby/matrix] v0.4.1

https://github.com/ruby/matrix/commit/f7c9981907
This commit is contained in:
Marc-Andre Lafortune 2021-01-21 13:23:10 -05:00 committed by Hiroshi SHIBATA
parent c57ba9b957
commit 3af2e8927a

View file

@ -1,5 +1,5 @@
# frozen_string_literal: true
class Matrix
VERSION = "0.4.0"
VERSION = "0.4.1"
end