We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95610ca commit 30fcc9eCopy full SHA for 30fcc9e
src/symlink-info.sh
@@ -48,6 +48,9 @@ function _indent {
48
49
basename=$(basename -- "$0") # For error messages and help
50
51
+# Static
52
+version='0.3.2'
53
+
54
# Defaults
55
exit=0
56
@@ -59,7 +62,7 @@ while getopts :hv OPT; do
59
62
exit 0
60
63
;;
61
64
v)
- echo "symlink-info 0.3.0"
65
+ echo "symlink-info $version"
66
67
68
*)
src/what.sh
@@ -393,6 +393,9 @@ function what { (
393
394
unset IFS # Just in case
395
396
+ # Static
397
+ version='0.3.2'
398
399
400
401
@@ -445,7 +448,7 @@ function what { (
445
448
print_type_only=true
446
449
447
450
- echo "what 0.2.0"
451
+ echo "what $version"
452
453
454
0 commit comments