update to ver. 0.0.2

This commit is contained in:
creme
2019-09-05 21:59:31 +02:00
parent b0ba351087
commit 12726ace6e
+4 -3
View File
@@ -3,7 +3,8 @@
# envs - manage user-submitted scripts and apps
# forked from tilde.team
# Copyright 2018, Ben Harris <[email protected]>
# Copyright 2018-2019, Ben Harris <[email protected]>
# Copyright 2019, Sven Kinne <[email protected]>
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -22,7 +23,7 @@
export TERM=xterm-256color
PROGNAME=${0##*/}
VERSION="0.0.1"
VERSION="0.0.2"
clean_up() { # Perform pre-exit housekeeping
@@ -89,7 +90,7 @@ usage() {
help_message() {
cat <<- EOF
$PROGNAME ver. $VERSION
$PROGNAME (ver. $VERSION)
wrapper for user-submitted scripts
supports user submission and admin approval
$(usage)