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 )