Skip to content

Commit

Permalink
v0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
electricduck committed Nov 20, 2024
1 parent 23055c9 commit 3075590
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion atfile-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ function die() {
}

uid="$(id -u)"
tag="v/0.x/0.4.10"
tag="v/0.x/0.5"
url="https://raw.githubusercontent.com/electricduck/atfile/refs/tags/$tag/atfile.sh"

install_file="atfile"
Expand Down
2 changes: 1 addition & 1 deletion atfile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2391,7 +2391,7 @@ fi
_prog="$(basename "$(atfile.util.get_realpath "$0")")"
_prog_dir="$(dirname "$(atfile.util.get_realpath "$0")")"
_prog_path="$(atfile.util.get_realpath "$0")"
_version="0.4.10"
_version="0.5"
_c_author="Ducky"
_c_year="2024"
_gh_user="electricduck"
Expand Down

0 comments on commit 3075590

Please sign in to comment.