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

class Matrix
  VERSION = "0.1.0"
end