Skip to content

Commit

Permalink
Version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelGHSeg committed Mar 31, 2023
1 parent 7e4112a commit a0bc851
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ then
exit 1
fi

versionFile="./sources/SegmentDestination/Version.swift"
versionFile="./sources/SegmentQuantcast/Version.swift"

# get last line in version.swift
versionLine=$(tail -n 1 $versionFile)
Expand Down Expand Up @@ -109,7 +109,7 @@ tempFile=$(mktemp)
#write changelog to temp file.
echo -e "$changelog" >> $tempFile

# update sources/SegmentDestination/Version.swift
# update sources/SegmentQuantcast/Version.swift
# - remove last line...
sed -i '' -e '$ d' $versionFile
# - add new line w/ new version
Expand Down

0 comments on commit a0bc851

Please sign in to comment.