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

module GameOfLife
  # Game of life version number
  VERSION = "1.0.1"
end