summaryrefslogtreecommitdiff
path: root/lib/matrix/version.rb
blob: ce9ea828fdc5cd735525c8d946f8372e6e25e798 (plain)
1
2
3
4
5
# frozen_string_literal: true

class Matrix
  VERSION = "0.3.0"
end