summaryrefslogtreecommitdiffhomepage
path: root/lib/ruby2d/camera/version.rb
blob: 29ac7a86bed2f2a7d822a41099b1dff0857c66a3 (plain)
1
2
3
4
5
6
7
# frozen_string_literal: true

module Ruby2d
  module Camera
    VERSION = '1.0.0'
  end
end