Skip to content
This repository has been archived by the owner on Sep 22, 2021. It is now read-only.

Commit

Permalink
Version 0.0.9
Browse files Browse the repository at this point in the history
Signed-off-by: Noah Prail <[email protected]>
  • Loading branch information
nprail committed Aug 29, 2017
1 parent 5ccaf9a commit ada1626
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion control
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Standards-Version: 3.9.2
Bugs: https://github.com/mcpr/mcpr-cli/issues
Vcs-Browser: https://github.com/mcpr/mcpr-cli
Package: mcpr-cli
Version: 0.0.8
Version: 0.0.9
Maintainer: Filiosoft Open Source <[email protected]>
Recommends: default-jdk,git
Architecture: all
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ func setConfig(option string, value string) {
}
func main() {
config()
cliVersion := "0.0.8"
cliVersion := "0.0.9"

app := cli.NewApp()

Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.8
0.0.9

0 comments on commit ada1626

Please sign in to comment.