Skip to content

Commit

Permalink
Updating to 0.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
sconwayaus committed Sep 19, 2024
1 parent 2a06563 commit 170d823
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/verible-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,7 @@ jobs:

- name: Prepare release
run: |
$VERSION = "v0.2.5_my_master"
$VERSION = "v0.2.7_my_master"
C:/ProgramData/chocolatey/lib/bazel/bazel.exe run -c opt :install -- "c:/verible-${VERSION}-win64"
7z a "verible-${VERSION}-win64.zip" "c:/verible-${VERSION}-win64"
Expand Down Expand Up @@ -535,7 +535,7 @@ jobs:
git config --local user.email "$BOT_EMAIL"
# Create a tag of form v0.0-183-gdf2b162-20191112132344
TAG="v0.2.5_my_master"
TAG="v0.2.7_my_master"
git tag "$TAG" || true
echo "TAG=$TAG" >> $GITHUB_ENV
Expand Down
2 changes: 1 addition & 1 deletion verilog/tools/lint/testdata/generate_begin_module.sv
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module generate_begin_module;
// verilog_lint: waive legacy-generate-region
generate
begin : gen_block1
always @(posedge clk) begin
always_ff @(posedge clk) begin
foo <= bar;
end
end
Expand Down

0 comments on commit 170d823

Please sign in to comment.