Browse Source

updateing version number

pull/52/head
srvrco 10 years ago
parent
commit
1bd1bac869
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      getssl

+ 2
- 1
getssl View File

@ -65,10 +65,11 @@
# 2016-06-01 Reorder functions alphabetically as part of code tidy. (0.91)
# 2016-06-03 Version 1.0 of code for release (1.00)
# 2016-06-09 bugfix of issue 44, and add success statement (ignoring quiet flag) (1.01)
# 2016-06-13 test return status of DNS_ADD_COMMAND and error_exit if a problem (hadleyrich) (1.02)
# ---------------------------------------------------------------------------
PROGNAME=${0##*/}
VERSION="1.01"
VERSION="1.02"
# defaults
CODE_LOCATION="https://raw.githubusercontent.com/srvrco/getssl/master/getssl"


Loading…
Cancel
Save