Skip to content

Commit 4da62b1

Browse files
committed
Move hardcoded version to VERSION file in repo root.
1 parent 663ebb9 commit 4da62b1

2 files changed

Lines changed: 2 additions & 5 deletions

File tree

VERSION

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
0.3.1

lib/utils.sh

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,7 @@ GREP_OPTIONS="--color=never"
44
GREP_COLORS=
55

66
asdf_version() {
7-
# Move to the asdf repo, then report the current tag
8-
(
9-
cd $(asdf_dir)
10-
git describe --tags
11-
)
7+
cat "$(asdf_dir)/VERSION"
128
}
139

1410
asdf_dir() {

0 commit comments

Comments
 (0)