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 @@
-
+