Skip to content

Commit 212c392

Browse files
authored
Merge pull request #1163 from Shopify/prepare-0.10.1
Prepare for 0.10.1 release
2 parents f51651f + 9aecb71 commit 212c392

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ GIT
1717
PATH
1818
remote: .
1919
specs:
20-
tapioca (0.10.0)
20+
tapioca (0.10.1)
2121
bundler (>= 1.17.3)
2222
netrc (>= 0.11.0)
2323
parallel (>= 1.21.0)

lib/tapioca/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
# frozen_string_literal: true
33

44
module Tapioca
5-
VERSION = "0.10.0"
5+
VERSION = "0.10.1"
66
end

0 commit comments

Comments
 (0)