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>2021-07-08 14:41:05 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2021-07-08 14:41:05 +0300
commit46b5ecea2fe85fac93c3e2a44648e80b91da6a27 (patch)
tree2f9eeefc041357bfb387714445a0849bff88b201 /lynis
parent97e435ffe80b8edac1e8e04567c1695798cc03d9 (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 e8d37961..0c7635e0 100755
--- a/lynis
+++ b/lynis
@@ -43,10 +43,10 @@
PROGRAM_WEBSITE="https://cisofy.com/lynis/"
# Version details
- PROGRAM_RELEASE_DATE="2021-07-02"
- PROGRAM_RELEASE_TIMESTAMP=1625228663
- PROGRAM_RELEASE_TYPE="release" # pre-release or release
- PROGRAM_VERSION="3.0.5"
+ PROGRAM_RELEASE_DATE="2021-07-08"
+ PROGRAM_RELEASE_TIMESTAMP=1625744373
+ PROGRAM_RELEASE_TYPE="pre-release" # pre-release or release
+ PROGRAM_VERSION="3.0.6"
# Source, documentation and license
PROGRAM_SOURCE="https://github.com/CISOfy/lynis"