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

class Matrix
  VERSION = "0.2.0"
end