Skip to content

Commit f284bbe

Browse files
committed
Bump version to 0.7.0
1 parent 53234aa commit f284bbe

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,15 +89,15 @@ go install github.com/codechenx/tv@latest
8989

9090
```bash
9191
# Download from releases page
92-
wget https://github.com/codechenx/tv/releases/download/v0.6.2/tv_0.6.3_linux_amd64.deb
92+
wget https://github.com/codechenx/tv/releases/download/v0.7.0/tv_0.7.0_linux_amd64.deb
9393
sudo dpkg -i tv_*.deb
9494
```
9595

9696
**CentOS/Fedora (.rpm)**
9797

9898
```bash
9999
# Download from releases page
100-
wget https://github.com/codechenx/tv/releases/download/v0.6.2/tv_0.6.3_linux_amd64.rpm
100+
wget https://github.com/codechenx/tv/releases/download/v0.7.0/tv_0.7.0_linux_amd64.rpm
101101
sudo rpm -i tv_*.rpm
102102
```
103103

snap/snapcraft.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: codechenx-tv
22

3-
version: '0.6.3' # just for humans, typically '1.2+git' or '1.3.2'
3+
version: '0.7.0' # just for humans, typically '1.2+git' or '1.3.2'
44
summary: tv(Table Viewer) for delimited file in terminal
55
description: |
66
tv is a tool to view the delimited file in terminal.

tv.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ func main() {
1414
args.setDefault()
1515
RootCmd := &cobra.Command{
1616
Use: "tv {File_Name}",
17-
Version: "0.6.3",
17+
Version: "0.7.0",
1818
Short: "tv(Table Viewer) for delimited file in terminal",
1919
Run: func(cmd *cobra.Command, cmdargs []string) {
2020
if args.Sep == "\\t" {

0 commit comments

Comments
 (0)