From 84d9e6f5a423374bbe321ad9f235690167d2bb69 Mon Sep 17 00:00:00 2001 From: Kazuki Shimizu Date: Sun, 20 Feb 2022 18:21:10 +0900 Subject: [PATCH] change version to 0.1.1(0_1_1) --- dslite_autoconfig.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dslite_autoconfig.py b/dslite_autoconfig.py index 9973d31..a1689af 100755 --- a/dslite_autoconfig.py +++ b/dslite_autoconfig.py @@ -27,7 +27,7 @@ VENDOR_ID = '000000-test_router' PRODUCT = 'test-router' -VERSION = '1_00' +VERSION = '0_1_1' CAPABILITY = 'dslite' LOG_FORMAT = "[%(asctime)s] [%(levelname)s][%(name)s:%(lineno)s][%(funcName)s]: %(message)s"