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

Commit ada1626

Browse files
committed
Version 0.0.9
Signed-off-by: Noah Prail <nprail@filiosoft.com>
1 parent 5ccaf9a commit ada1626

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Standards-Version: 3.9.2
55
Bugs: https://github.com/mcpr/mcpr-cli/issues
66
Vcs-Browser: https://github.com/mcpr/mcpr-cli
77
Package: mcpr-cli
8-
Version: 0.0.8
8+
Version: 0.0.9
99
Maintainer: Filiosoft Open Source <opensource@filiosoft.com>
1010
Recommends: default-jdk,git
1111
Architecture: all

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ func setConfig(option string, value string) {
374374
}
375375
func main() {
376376
config()
377-
cliVersion := "0.0.8"
377+
cliVersion := "0.0.9"
378378

379379
app := cli.NewApp()
380380

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.0.8
1+
0.0.9

0 commit comments

Comments
 (0)