Skip to content

Commit

Permalink
Release 3.0.0.beta4
Browse files Browse the repository at this point in the history
  • Loading branch information
ileitch committed Aug 23, 2024
1 parent 38e4058 commit aa8c80c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Sources/Frontend/Version.swift
Original file line number Diff line number Diff line change
@@ -1 +1 @@
let PeripheryVersion = "3.0.0.beta3"
let PeripheryVersion = "3.0.0.beta4"
6 changes: 3 additions & 3 deletions scripts/release
Original file line number Diff line number Diff line change
Expand Up @@ -98,10 +98,10 @@ echo

confirm "Continue?"

is_latest=true
is_latest="true"

if [[ $version == *"beta"* ]]; then
is_latest=false
if [[ ${version} == *"beta"* ]]; then
is_latest="false"
fi

cd ..
Expand Down

0 comments on commit aa8c80c

Please sign in to comment.