[ruby/matrix] v0.3.1

This commit is contained in:
Marc-Andre Lafortune 2020-12-09 00:30:05 -05:00 committed by Marc-André Lafortune
parent a7dccd08e7
commit 150dbb656d
Notes: git 2020-12-09 16:16:06 +09:00

View File

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