Skip to content

Commit

Permalink
Bump version to v0.4.19 (#269)
Browse files Browse the repository at this point in the history
* Bump version to v0.4.19

* Bump sorbet to match sorbet-runtime
  • Loading branch information
cjhutchi committed Mar 24, 2021
1 parent c7af49d commit 4a94fe6
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
24 changes: 12 additions & 12 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ GIT
PATH
remote: .
specs:
tapioca (0.4.18)
tapioca (0.4.19)
bundler (>= 1.17.3)
parlour (>= 2.1.0)
pry (>= 0.12.2)
Expand Down Expand Up @@ -185,17 +185,17 @@ GEM
rack-protection (>= 1.5.0)
redis (>= 3.3.5, < 4.2)
smart_properties (1.15.0)
sorbet (0.5.6352)
sorbet-static (= 0.5.6352)
sorbet-runtime (0.5.6352)
sorbet-static (0.5.6352-universal-darwin-14)
sorbet-static (0.5.6352-universal-darwin-15)
sorbet-static (0.5.6352-universal-darwin-16)
sorbet-static (0.5.6352-universal-darwin-17)
sorbet-static (0.5.6352-universal-darwin-18)
sorbet-static (0.5.6352-universal-darwin-19)
sorbet-static (0.5.6352-universal-darwin-20)
sorbet-static (0.5.6352-x86_64-linux)
sorbet (0.5.6353)
sorbet-static (= 0.5.6353)
sorbet-runtime (0.5.6353)
sorbet-static (0.5.6353-universal-darwin-14)
sorbet-static (0.5.6353-universal-darwin-15)
sorbet-static (0.5.6353-universal-darwin-16)
sorbet-static (0.5.6353-universal-darwin-17)
sorbet-static (0.5.6353-universal-darwin-18)
sorbet-static (0.5.6353-universal-darwin-19)
sorbet-static (0.5.6353-universal-darwin-20)
sorbet-static (0.5.6353-x86_64-linux)
spoom (1.1.0)
colorize
sorbet (>= 0.5.6347)
Expand Down
2 changes: 1 addition & 1 deletion lib/tapioca/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
# frozen_string_literal: true

module Tapioca
VERSION = "0.4.18"
VERSION = "0.4.19"
end

0 comments on commit 4a94fe6

Please sign in to comment.