Skip to content

Commit

Permalink
v0.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
electricduck committed Oct 27, 2024
1 parent e49787b commit a95df48
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.5"
tag="v/0.x/0.4.6"
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 @@ -2117,7 +2117,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.5"
_version="0.4.6"
_c_author="Ducky"
_c_year="2024"
_gh_user="electricduck"
Expand Down

0 comments on commit a95df48

Please sign in to comment.