version-format

Changed Version-format to a variable instead of comment, for future use with version-checking.
This commit is contained in:
mag37 2023-02-02 21:29:10 +01:00 committed by GitHub
parent 8ae13837f1
commit a7bfb49fad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,5 @@
#!/bin/bash
### VERSION v.0.1.3
VERSION="v0.1.3"
### Help Function:
Help() {