Add helper-script to gitignore, bugfix version bump
This commit is contained in:
parent
ff6b4a53ea
commit
5221d16f00
3 changed files with 3 additions and 2 deletions
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
msman-helper.tar.gz
|
|
@ -1,3 +1,3 @@
|
|||
#!/bin/bash
|
||||
|
||||
EXTRA_SCRIPTS_VERSION="v1.1.1"
|
||||
EXTRA_SCRIPTS_VERSION="v1.1.2"
|
||||
|
|
2
msman.sh
2
msman.sh
|
@ -8,7 +8,7 @@ set -e
|
|||
# and acknowledge the original script and author. #
|
||||
#############################################################################################################
|
||||
|
||||
CURRENT_SCRIPT_VERSION="v1.1.1"
|
||||
CURRENT_SCRIPT_VERSION="v1.1.2"
|
||||
|
||||
# --------------------------------------------------
|
||||
# You shouldn't need to change anything in this file
|
||||
|
|
Loading…
Reference in a new issue