From f64e6bd17ce594f345adc0efa4b62f99af5e25d2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 4 Jun 2024 00:23:12 +0000 Subject: [PATCH] Updating to version v0.3.0 --- const.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/const.py b/const.py index 9c45867..d46e51d 100644 --- a/const.py +++ b/const.py @@ -1,7 +1,7 @@ import logging # Will auto-update based on GitHub release tag -VERSION = "v0.2.2" +VERSION = "v0.3.0" CONF_YAML = "juicepassproxy.yaml"