Skip to content

Commit

Permalink
fix: update __version__ file to match release tag format in github.com (
Browse files Browse the repository at this point in the history
  • Loading branch information
climbertjh2 authored May 14, 2024
1 parent 0e4bebf commit 7db094f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion __version__
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.3.3
v1.3.3
2 changes: 1 addition & 1 deletion ash-multi
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
version_check() {
_ASHTYPE="${VERSION%-*}" # remove the date portion
_ASHTYPE="${_ASHTYPE#*-}" # remove the version number portion
_GITREPO="git@github.com:awslabs/automated-security-helper.git"
_GITREPO="https://github.com/awslabs/automated-security-helper.git"

#
# list the tag values and sort based on "version sort"
Expand Down

0 comments on commit 7db094f

Please sign in to comment.