Skip to content

Commit

Permalink
Release Upterm 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
owenthereal committed May 11, 2020
1 parent 505f9bc commit b718f64
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion cmd/upterm/command/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"github.com/spf13/cobra"
)

const Version = "0.1.3"
const Version = "0.2.0"

func versionCmd() *cobra.Command {
cmd := &cobra.Command{
Expand Down
2 changes: 1 addition & 1 deletion etc/man/man1/upterm-host.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH "UPTERM" "1" "May 2020" "Upterm 0.1.3" "Upterm Manual"
.TH "UPTERM" "1" "May 2020" "Upterm 0.2.0" "Upterm Manual"
.nh
.ad l

Expand Down
2 changes: 1 addition & 1 deletion etc/man/man1/upterm-proxy.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH "UPTERM" "1" "May 2020" "Upterm 0.1.3" "Upterm Manual"
.TH "UPTERM" "1" "May 2020" "Upterm 0.2.0" "Upterm Manual"
.nh
.ad l

Expand Down
2 changes: 1 addition & 1 deletion etc/man/man1/upterm-session-current.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH "UPTERM" "1" "May 2020" "Upterm 0.1.3" "Upterm Manual"
.TH "UPTERM" "1" "May 2020" "Upterm 0.2.0" "Upterm Manual"
.nh
.ad l

Expand Down
2 changes: 1 addition & 1 deletion etc/man/man1/upterm-session-info.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH "UPTERM" "1" "May 2020" "Upterm 0.1.3" "Upterm Manual"
.TH "UPTERM" "1" "May 2020" "Upterm 0.2.0" "Upterm Manual"
.nh
.ad l

Expand Down
2 changes: 1 addition & 1 deletion etc/man/man1/upterm-session-list.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH "UPTERM" "1" "May 2020" "Upterm 0.1.3" "Upterm Manual"
.TH "UPTERM" "1" "May 2020" "Upterm 0.2.0" "Upterm Manual"
.nh
.ad l

Expand Down
2 changes: 1 addition & 1 deletion etc/man/man1/upterm-session.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH "UPTERM" "1" "May 2020" "Upterm 0.1.3" "Upterm Manual"
.TH "UPTERM" "1" "May 2020" "Upterm 0.2.0" "Upterm Manual"
.nh
.ad l

Expand Down
2 changes: 1 addition & 1 deletion etc/man/man1/upterm-version.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH "UPTERM" "1" "May 2020" "Upterm 0.1.3" "Upterm Manual"
.TH "UPTERM" "1" "May 2020" "Upterm 0.2.0" "Upterm Manual"
.nh
.ad l

Expand Down
2 changes: 1 addition & 1 deletion etc/man/man1/upterm.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH "UPTERM" "1" "May 2020" "Upterm 0.1.3" "Upterm Manual"
.TH "UPTERM" "1" "May 2020" "Upterm 0.2.0" "Upterm Manual"
.nh
.ad l

Expand Down

0 comments on commit b718f64

Please sign in to comment.