From ece2c691404ebc53d37a94ba56fc5c551ef62713 Mon Sep 17 00:00:00 2001 From: Thiago Canozzo Lahr Date: Thu, 13 Jun 2024 08:24:59 -0300 Subject: [PATCH] refactor: development version --- CHANGELOG.md | 9 +-------- uac | 2 +- 2 files changed, 2 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c32d167..1b3a0c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,13 +1,6 @@ # Changelog -## 2.9.1 (2024-06-12) - -### Fixes - -- live_response/containers/docker.yaml: Fixed docker stats command that was running in a loop and therefore the program was not terminating [linux] (by [0xtter](https://github.com/0xtter)). -- live_response/containers/podman.yaml: Fixed docker stats command that was running in a loop and therefore the program was not terminating [linux]. +## DEVELOPMENT VERSION ### Artifacts -- files/shell/history.yaml: Added collection support for *.historynew files [all]. -- files/shell/sessions.yaml: Added collection support for *.session files [all] [randomaccess3](https://github.com/randomaccess3)) diff --git a/uac b/uac index cf03709..f31a82c 100755 --- a/uac +++ b/uac @@ -41,7 +41,7 @@ export PATH . "${UAC_DIR}/lib/load_lib_files.sh" # global vars -UAC_VERSION="2.9.1" +UAC_VERSION="DEVELOPMENT VERSION" MOUNT_POINT="/" OPERATING_SYSTEM="" SYSTEM_ARCH=""