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

class Matrix
  VERSION = "0.3.1"
end