Skip to content

Commit

Permalink
Removing the 'v' from the latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
daonb committed Aug 14, 2023
1 parent 849e074 commit 19ace33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sites/mk_version.bash
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env bash

mkdir -p sites/version
git describe --tags $(git rev-list --tags --max-count=1) > sites/version/latest
git describe --tags $(git rev-list --tags --max-count=1) | cut -c 2- > sites/version/latest

0 comments on commit 19ace33

Please sign in to comment.