diff options
Diffstat (limited to 'poezio/args.py')
-rw-r--r-- | poezio/args.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/poezio/args.py b/poezio/args.py index 24025afc..eee12a4e 100644 --- a/poezio/args.py +++ b/poezio/args.py @@ -38,6 +38,6 @@ def parse_args(CONFIG_PATH: Path): dest="version", help=SUPPRESS, metavar="VERSION", - default="0.12") + default="0.12.1") options = parser.parse_args() return options |