We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e5ce6f commit 67246a8Copy full SHA for 67246a8
Gemfile.lock
@@ -1,7 +1,7 @@
1
PATH
2
remote: .
3
specs:
4
- advent_of_code_cli (0.1.5)
+ advent_of_code_cli (0.1.6)
5
thor (>= 1.2.0)
6
7
GEM
lib/advent_of_code_cli/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module AdventOfCode
- VERSION = "0.1.5"
+ VERSION = "0.1.6"
end
0 commit comments