diff options
| author | a14m <[email protected]> | 2020-12-09 19:02:48 +0100 |
|---|---|---|
| committer | a14m <[email protected]> | 2020-12-09 19:02:48 +0100 |
| commit | acdc1f2621f7aa2148586b2f2943874cc234a76f (patch) | |
| tree | d1e0acbdb888b7ff5a720d73039ef38fff5f8122 /CLI/ruby | |
| parent | 819917951b1098d8dd5b70be7cc6be36b3ccff68 (diff) | |
Pump version for release
Diffstat (limited to 'CLI/ruby')
| -rw-r--r-- | CLI/ruby/CHANGELOG.md | 3 | ||||
| -rw-r--r-- | CLI/ruby/Gemfile.lock | 2 | ||||
| -rw-r--r-- | CLI/ruby/lib/game_of_life/version.rb | 2 |
3 files changed, 5 insertions, 2 deletions
diff --git a/CLI/ruby/CHANGELOG.md b/CLI/ruby/CHANGELOG.md index 511355a..f436b8f 100644 --- a/CLI/ruby/CHANGELOG.md +++ b/CLI/ruby/CHANGELOG.md @@ -2,6 +2,9 @@ ## Unreleased +## 0.1.2 +- Identical to v0.1.1, but fixes the gitlab release workflow + ## 0.1.1 - Fix `game-of-life -i nonexistent.txt` file and show meaningful error message before `exit(-1)` - Fix `game-of-life -i https://nonexistent.com/file` URL and show meaningful error message before `exit(-1)` diff --git a/CLI/ruby/Gemfile.lock b/CLI/ruby/Gemfile.lock index 45490c5..ae0f584 100644 --- a/CLI/ruby/Gemfile.lock +++ b/CLI/ruby/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - terminal_game_of_life (0.1.1) + terminal_game_of_life (0.1.2) 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 804ab5b..5fd800a 100644 --- a/CLI/ruby/lib/game_of_life/version.rb +++ b/CLI/ruby/lib/game_of_life/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module GameOfLife - VERSION = "0.1.1" + VERSION = "0.1.2" end |
