Skip to content

Commit

Permalink
Release 3.0.0.beta5
Browse files Browse the repository at this point in the history
  • Loading branch information
ileitch committed Dec 14, 2024
1 parent 1bbe060 commit ff44e79
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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.beta4"
let PeripheryVersion = "3.0.0.beta5"
3 changes: 2 additions & 1 deletion scripts/release
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ if [ ! -f .release/periphery ]; then
exit 1
fi

cp LICENSE.md MODULE.bazel BUILD.bazel bazel Sources .release/
cp LICENSE.md MODULE.bazel BUILD.bazel .release/
cp -R bazel Sources .release/
cp scripts/release_notes.md.template .release/release_notes.md

# Codesign
Expand Down

0 comments on commit ff44e79

Please sign in to comment.