Skip to content

Commit ed19fb4

Browse files
committed
ksau: Add version constants on top of file
1 parent 05a092f commit ed19fb4

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

ksau

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
#!/bin/bash
22

3+
readonly KSAU_VERSION=151
4+
readonly KSAU_RELEASE_TYPE=stable
5+
readonly KSAU_VERSION_STRING="Version 1.5.1 (Stable)"
6+
37
#Define colors
48
normal=$(echo -en "\e[0m")
59
orange=$(echo -en "\e[33m")
@@ -274,7 +278,7 @@ update() {
274278
}
275279

276280
version() {
277-
echo "${orange}Version - 1.5.1 (Stable) ${normal}"
281+
echo "${orange}${KSAU_VERSION_STRING} ${normal}"
278282
}
279283

280284
if [[ $1 == "upload" ]]; then

0 commit comments

Comments
 (0)