Skip to content

Commit

Permalink
Fix version tagging
Browse files Browse the repository at this point in the history
  • Loading branch information
0x111 committed Sep 24, 2020
1 parent 1d1fa03 commit 5cd395d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pasteme_cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ type PasteSuccess struct {
func main() {
app := cli.NewApp()
app.Name = "Paste.me"
app.Version = "v0.0.3"
app.Version = "v0.1"
app.Usage = "Share your pastes securely"

app.Flags = []cli.Flag{
Expand Down

0 comments on commit 5cd395d

Please sign in to comment.