Skip to content

Commit 3fe6bb6

Browse files
committed
Bump version to v0.19.1
1 parent 9873ce4 commit 3fe6bb6

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ GIT
1414
PATH
1515
remote: .
1616
specs:
17-
tapioca (0.19.0)
17+
tapioca (0.19.1)
1818
benchmark
1919
bundler (>= 2.2.25)
2020
netrc (>= 0.11.0)
@@ -622,7 +622,7 @@ CHECKSUMS
622622
sqlite3 (2.9.0-x86_64-linux-musl) sha256=ef716ba7a66d7deb1ccc402ac3a6d7343da17fac862793b7f0be3d2917253c90
623623
state_machines (0.101.0) sha256=cbcec89699a0388493226a4b18d790bd5d49c38ba782d2099342a3dd78bcbca3
624624
stringio (3.2.0) sha256=c37cb2e58b4ffbd33fe5cd948c05934af997b36e0b6ca6fdf43afa234cf222e1
625-
tapioca (0.19.0)
625+
tapioca (0.19.1)
626626
thor (1.5.0) sha256=e3a9e55fe857e44859ce104a84675ab6e8cd59c650a49106a05f55f136425e73
627627
timeout (0.6.1) sha256=78f57368a7e7bbadec56971f78a3f5ecbcfb59b7fcbb0a3ed6ddc08a5094accb
628628
tsort (0.2.0) sha256=9650a793f6859a43b6641671278f79cfead60ac714148aabe4e3f0060480089f

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.19.0"
5+
VERSION = "0.19.1"
66
end

0 commit comments

Comments
 (0)