summaryrefslogtreecommitdiffstats
path: root/CLI/ruby/lib/game_of_life/version.rb
blob: 5fd800a985b62dfb487ad5bccab46cd63e4debc8 (plain) (blame)
1
2
3
4
5
# frozen_string_literal: true

module GameOfLife
  VERSION = "0.1.2"
end