From d0a8a2f9cabd4ac74d0f9d3e97c8df4dd2ae4767 Mon Sep 17 00:00:00 2001 From: Emily Samp Date: Thu, 1 Dec 2022 09:55:50 -0600 Subject: [PATCH] Release v0.1.3 --- Gemfile.lock | 2 +- lib/advent_of_code_cli/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index d027334..05e0769 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - advent_of_code_cli (0.1.2) + advent_of_code_cli (0.1.3) thor (>= 1.2.0) GEM diff --git a/lib/advent_of_code_cli/version.rb b/lib/advent_of_code_cli/version.rb index 5dffd15..2620d8a 100644 --- a/lib/advent_of_code_cli/version.rb +++ b/lib/advent_of_code_cli/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module AdventOfCode - VERSION = "0.1.2" + VERSION = "0.1.3" end