From 1a24b7deafca957f079233d49c5f71f0c3095404 Mon Sep 17 00:00:00 2001 From: Hedzr Yeh Date: Sun, 17 Dec 2023 09:15:23 +0800 Subject: [PATCH] bump to v1.11.25 - security patch Signed-off-by: Hedzr Yeh --- CHANGELOG | 4 ++++ README.md | 4 ++++ doc.go | 4 ++-- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index ad7ce52..397b200 100755 --- a/CHANGELOG +++ b/CHANGELOG @@ -2,6 +2,10 @@ ## Versions +- v1.11.25 (FRZ) + - security patch: google/x/net and more + - upgrade deps + - v1.11.23 (FRZ) - security patch: google/x/net and more - improved some writings diff --git a/README.md b/README.md index ccda404..acac198 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,10 @@ and Bonus of [#cmdr](https://github.com/topics/cmdr) Series: - english documentation: NOT yet - documentation at: +- v1.11.25 (FRZ) + - security patch: google/x/net and more + - upgrade deps + - v1.11.23 (FRZ) - security patch: google/x/net and more - improved some writings diff --git a/doc.go b/doc.go index 107bad4..7dfb1bb 100755 --- a/doc.go +++ b/doc.go @@ -11,7 +11,7 @@ const ( // AppName const AppName = "cmdr" // Version const - Version = "1.11.23" + Version = "1.11.25" // VersionInt const - VersionInt = 0x010b17 + VersionInt = 0x010b19 )