We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 885f09e commit 0f9c20dCopy full SHA for 0f9c20d
PKGBUILD
@@ -1,6 +1,6 @@
1
# Maintainer: nhdfr <[email protected]>
2
pkgname=tabby-cli
3
-pkgver=0.1.1
+pkgver=0.1.2
4
pkgrel=1
5
pkgdesc="A powerful terminal-based HTTP testing and stress testing tool with automated data generation capabilities."
6
arch=('x86_64')
cmd/root.go
@@ -6,7 +6,7 @@ import (
"github.com/spf13/cobra"
7
)
8
9
-var Version = "0.1.1"
+var Version = "0.1.2"
10
11
var rootCmd = &cobra.Command{
12
Use: "tabby",
0 commit comments