mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-19 08:59:27 +01:00
update-version: Fix misleading comment.
This commit is contained in:
parent
ab379957e2
commit
bfb3dd267c
@ -1,5 +1,5 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
export TZ="/usr/share/zoneinfo/UTC" # Use UTC with version timestamps.
|
export TZ="/usr/share/zoneinfo/UTC" # Set timezone as UTC for version timestamps to be in UTC.
|
||||||
echo "Updating version..."
|
echo "Updating version..."
|
||||||
perl -pi -e "s/^version\s*=\s*['\"]([\S]+)[ '\"].*/version = '\1 ($( date -Iseconds ))'/" src/version.py
|
perl -pi -e "s/^version\s*=\s*['\"]([\S]+)[ '\"].*/version = '\1 ($( date -Iseconds ))'/" src/version.py
|
||||||
unset TZ # Return to the system timezone.
|
unset TZ # Return to the system timezone.
|
||||||
|
Loading…
Reference in New Issue
Block a user