Skip to content

Commit

Permalink
chore: upgrade to 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
everpcpc committed Oct 7, 2023
1 parent 2f93295 commit 465a0b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bendsql.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ class Bendsql < Formula
desc "Databend Native Command-Line Tool"
homepage "https://databend.rs"
url "https://github.com/datafuselabs/databend-client/archive/v0.6.7.tar.gz"
sha256 "91b68bd6eb06216427100515299b3ca7f17d8efc8f7f9f3722842908ea405ef3"
sha256 "6b4061ec0c86bc43a1262260e2cc352be7cd25b3c06ba064d4466bbf2791cd6a"
license "Apache-2.0"

bottle do
Expand All @@ -22,6 +22,6 @@ def install

test do
output = shell_output("#{bin}/bendsql -V")
assert_match "bendsql 0.6.7-homebrew\n", output
assert_match "bendsql 0.7.0-homebrew\n", output
end
end

0 comments on commit 465a0b0

Please sign in to comment.