Skip to content

Commit 0f9c20d

Browse files
committed
bump version to 0.1.2
1 parent 885f09e commit 0f9c20d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

PKGBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Maintainer: nhdfr <[email protected]>
22
pkgname=tabby-cli
3-
pkgver=0.1.1
3+
pkgver=0.1.2
44
pkgrel=1
55
pkgdesc="A powerful terminal-based HTTP testing and stress testing tool with automated data generation capabilities."
66
arch=('x86_64')

cmd/root.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import (
66
"github.com/spf13/cobra"
77
)
88

9-
var Version = "0.1.1"
9+
var Version = "0.1.2"
1010

1111
var rootCmd = &cobra.Command{
1212
Use: "tabby",

0 commit comments

Comments
 (0)