We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e871d4a commit 45d0100Copy full SHA for 45d0100
Gemfile.lock
@@ -17,7 +17,7 @@ GIT
17
PATH
18
remote: .
19
specs:
20
- tapioca (0.9.2)
+ tapioca (0.10.0)
21
bundler (>= 1.17.3)
22
netrc (>= 0.11.0)
23
parallel (>= 1.21.0)
lib/tapioca/version.rb
@@ -2,5 +2,5 @@
2
# frozen_string_literal: true
3
4
module Tapioca
5
- VERSION = "0.9.2"
+ VERSION = "0.10.0"
6
end
0 commit comments