Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CISOfy/lynis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lynis
diff options
context:
space:
mode:
authorMichael Boelen <michael.boelen@cisofy.com>2022-01-31 15:30:43 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2022-01-31 15:30:43 +0300
commit558e3bb586c58f175c86f139d55da460a9b1c8ff (patch)
treedf4ebe7329a0591675671c4a9ee0ea1dee54c4bb /lynis
parent98f57d6d76bbf202c29f647e16f5b8f760c06f03 (diff)
Switch to pre-release
Diffstat (limited to 'lynis')
-rwxr-xr-xlynis8
1 files changed, 4 insertions, 4 deletions
diff --git a/lynis b/lynis
index a9bef803..c15a78c7 100755
--- a/lynis
+++ b/lynis
@@ -43,10 +43,10 @@
PROGRAM_WEBSITE="https://cisofy.com/lynis/"
# Version details
- PROGRAM_RELEASE_DATE="2022-01-18"
- PROGRAM_RELEASE_TIMESTAMP=1642512096
- PROGRAM_RELEASE_TYPE="release" # pre-release or release
- PROGRAM_VERSION="3.0.7"
+ PROGRAM_RELEASE_DATE="2022-01-31"
+ PROGRAM_RELEASE_TIMESTAMP=1643632222
+ PROGRAM_RELEASE_TYPE="pre-release" # pre-release or release
+ PROGRAM_VERSION="3.0.8"
# Source, documentation and license
PROGRAM_SOURCE="https://github.com/CISOfy/lynis"