From 9d4bccde58535cff18a13ebcca5d753c89f11b12 Mon Sep 17 00:00:00 2001 From: Laurence Morgan Date: Mon, 2 Feb 2026 23:11:39 +0000 Subject: [PATCH] version numberfix --- app/app.go | 2 +- builtins/docs/summaries.go | 2 +- version.svg | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/app.go b/app/app.go index 750805325..869f09722 100644 --- a/app/app.go +++ b/app/app.go @@ -17,7 +17,7 @@ const Name = "murex" const ( Major = 7 Minor = 2 - Revision = 101 + Revision = 1001 ) var ( diff --git a/builtins/docs/summaries.go b/builtins/docs/summaries.go index f635edded..b717a0ad2 100644 --- a/builtins/docs/summaries.go +++ b/builtins/docs/summaries.go @@ -423,7 +423,7 @@ func init() { "changelog/v6.4": "This change brings a number of ergonomic improvements to job control, `datetime` and working with structures.", "changelog/v7.0": "Introducing experimental support for XML, new integrations, and several other quality-of-life improvements. Four deprecated builtins have been removed too, which is this release sees an increment of its major version number", "changelog/v7.1": "This release focuses mainly on bugfixes and quality-of-life with the exception of three **experimental** new major additions:\n* `foreach` now supports running processes in parallel\n* `fanout` is a new builtin that allows sending stdout to the stdin of many processes\n* `md` is a new datatype added. Currently only supports rendering markdown tables but more features will follow in future releases", - "changelog/v7.2": "This release brings several improvements in scripting environments for Javascript/Typescript and Python support. Core features include the new `--copy` flag for aliases to inherit shell configuration, and bugfixes to address autocomplete panics, expression error handling, and 3rd party integration issues.", + "changelog/v7.2": "This release brings several improvements for scripting environments in Javascript/Typescript and Python support. Core features include the new `--copy` flag for aliases to inherit shell configuration, and bugfixes to address autocomplete panics, expression error handling, and 3rd party integration issues.", "deprecated/equ": "Evaluate a mathematical function (removed 7.0)", "deprecated/die": "Terminate murex with an exit number of 1 (removed 7.0)", "deprecated/let": "Evaluate a mathematical function and assign to variable (removed 7.0)", diff --git a/version.svg b/version.svg index b567cdd5f..5f65855f6 100644 --- a/version.svg +++ b/version.svg @@ -1 +1 @@ -Version: 7.2.0101Version7.2.0101 +Version: 7.2.1001Version7.2.1001