diff --git a/Gemfile.lock b/Gemfile.lock index 5b63ee5..0a3c970 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - advent (0.1.4) + advent (0.1.6) thor (~> 1.2) GEM diff --git a/lib/advent/version.rb b/lib/advent/version.rb index 92c91f4..c63f063 100644 --- a/lib/advent/version.rb +++ b/lib/advent/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Advent - VERSION = "0.1.5" + VERSION = "0.1.6" end