From 59e8d3aad235e70b453a13010b4c2a272d7d6c33 Mon Sep 17 00:00:00 2001 From: ccapton Date: Fri, 28 Sep 2018 21:17:27 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- brook-ok.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9a11346..ab58432 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ -### [v0.9.6](https://github.com/Ccapton/brook-ok/releases/download/v0.9.6/brook-ok.py) +### [v0.9.7](https://github.com/Ccapton/brook-ok/releases/download/v0.9.7/brook-ok.py) [Brook](https://github.com/txthinking/brook) 服务端配置程序 ( Linux | MacOS ) diff --git a/brook-ok.py b/brook-ok.py index bbf7bdd..fe25d0b 100644 --- a/brook-ok.py +++ b/brook-ok.py @@ -15,7 +15,7 @@ brook_version = '' -version = '0.9.6' +version = '0.9.7' title = ' Brook服务端配置程序 v%s ' % version title_c = ' Brook客户端配置程序 v%s ' % version headline = '-'*10 + title + '-'*10