Skip to content

Commit

Permalink
- Version v0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
0x111 committed Feb 3, 2018
1 parent c4ee7e1 commit 5184ad2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pastedb_cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ type PasteSuccess struct {
func main() {
app := cli.NewApp()
app.Name = "PasteDB"
app.Version = "0.0.1"
app.Version = "v0.0.1"
app.Usage = "Share your pastes securely"

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

0 comments on commit 5184ad2

Please sign in to comment.