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

[ruby/matrix] Bump version

This commit is contained in:
Marc-Andre Lafortune 2019-12-22 18:33:19 -05:00
parent 1ed87dd3c4
commit 48d1acdf25

View file

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