From 09130fb75a750fe3ebb0389e115fdec83d296322 Mon Sep 17 00:00:00 2001 From: txthinking Date: Tue, 10 Dec 2024 11:25:38 +0800 Subject: [PATCH] prepare version number --- cli/brook/main.go | 2 +- ping/ping.json | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/cli/brook/main.go b/cli/brook/main.go index dfae0142..57e00343 100644 --- a/cli/brook/main.go +++ b/cli/brook/main.go @@ -53,7 +53,7 @@ func main() { df := func() {} app := cli.NewApp() app.Name = "Brook" - app.Version = "20240606" + app.Version = "20250202" app.Usage = "A cross-platform programmable network tool" app.Authors = []*cli.Author{ { diff --git a/ping/ping.json b/ping/ping.json index a48a3284..a9a77f01 100644 --- a/ping/ping.json +++ b/ping/ping.json @@ -1,7 +1,7 @@ { "version": "20240606", - "text": "brook-store: an open source store for some people", - "link": "https://github.com/TxThinkingInc/brook-store", - "text_zh": "YouTube: 为什么当我们谈到种族歧视时,普遍被歧视的是指黑色或黄色人种?", - "link_zh": "https://www.youtube.com/watch?v=7T_jwMGuZ_I" + "text": "Zhi - A Truely End-to-End Encrypted Instant Messaging App", + "link": "https://www.txthinking.com/zhi.html", + "text_zh": "纸,一个真正的端到端加密的聊天应用", + "link_zh": "https://www.txthinking.com/zhi.html" }