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
diff options
context:
space:
mode:
-rwxr-xr-xlynis6
1 files changed, 3 insertions, 3 deletions
diff --git a/lynis b/lynis
index e55c82d1..072ef027 100755
--- a/lynis
+++ b/lynis
@@ -34,10 +34,10 @@
PROGRAM_AUTHOR_CONTACT="lynis-dev@cisofy.com"
# Version details
- PROGRAM_RELEASE_DATE="2017-03-15"
+ PROGRAM_RELEASE_DATE="2017-03-18"
PROGRAM_RELEASE_TIMESTAMP=1489570216
- PROGRAM_RELEASE_TYPE="final" # dev or final
- PROGRAM_VERSION="2.4.6"
+ PROGRAM_RELEASE_TYPE="dev" # dev or final
+ PROGRAM_VERSION="2.4.7"
# Source, documentation and license
PROGRAM_SOURCE="https://github.com/CISOfy/lynis"