diff options
| author | a14m <[email protected]> | 2020-12-12 22:06:17 +0100 |
|---|---|---|
| committer | a14m <[email protected]> | 2020-12-12 22:06:17 +0100 |
| commit | 5e988ecfc1ff1dea05ddf547e772b4a5615e7aac (patch) | |
| tree | 8e0d5b68203b304cc21292b63d339f9ca3e5a66e | |
| parent | 784e4d51ddce7de440e124c0d0df63758532f980 (diff) | |
Pump version for first feature complete version (1.0.0)
| -rw-r--r-- | CLI/ruby/CHANGELOG.md | 2 | ||||
| -rw-r--r-- | CLI/ruby/Gemfile.lock | 2 | ||||
| -rw-r--r-- | CLI/ruby/lib/game_of_life/version.rb | 2 |
3 files changed, 4 insertions, 2 deletions
diff --git a/CLI/ruby/CHANGELOG.md b/CLI/ruby/CHANGELOG.md index 8174833..902cbac 100644 --- a/CLI/ruby/CHANGELOG.md +++ b/CLI/ruby/CHANGELOG.md @@ -1,6 +1,8 @@ # Changelog ## Unreleased + +## 1.0.0 - Add ruby testing matrix for versions 2.5, 2.6 and 2.7 ## 0.2.1 diff --git a/CLI/ruby/Gemfile.lock b/CLI/ruby/Gemfile.lock index 72a5d74..abb74d2 100644 --- a/CLI/ruby/Gemfile.lock +++ b/CLI/ruby/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - terminal_game_of_life (0.2.1) + terminal_game_of_life (1.0.0) thor (~> 1.0) GEM diff --git a/CLI/ruby/lib/game_of_life/version.rb b/CLI/ruby/lib/game_of_life/version.rb index 9973d71..32836a4 100644 --- a/CLI/ruby/lib/game_of_life/version.rb +++ b/CLI/ruby/lib/game_of_life/version.rb @@ -2,5 +2,5 @@ module GameOfLife # Game of life version number - VERSION = "0.2.1" + VERSION = "1.0.0" end |
