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 b6d1c9d commit 410f3dd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Sources/SegmentAdjust/Version.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
// Use release.sh's automation.

// BREAKING.FEATURE.FIX
internal let __destination_version = "1.1.2"
internal let __destination_version = "1.0.0"
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/SegmentAdjust/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/SegmentAdjust/Version.swift
# - remove last line...
sed -i '' -e '$ d' $versionFile
# - add new line w/ new version
Expand Down

0 comments on commit 410f3dd

Please sign in to comment.