Skip to content

Commit

Permalink
fix: use v1.7.0 instead of rc (#1471)
Browse files Browse the repository at this point in the history
they are the same commit. the automation picked up the rc instead of release. the rc had no issues, which is why release is the same commit.
  • Loading branch information
jcstein authored Mar 12, 2024
1 parent 9753a0d commit c55b36d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vitepress/constants/arabica_versions.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const arabicaVersions = Object.freeze({
"app-latest-tag": "v1.7.0-rc0",
"app-latest-tag": "v1.7.0",
"app-latest-sha": "915847191e80d836f862eea2664949d9a240abea",
"core-latest-tag": "v1.35.0-tm-v0.34.29",
"core-latest-sha": "f95a434e674610b3a2c5e7d26bd87da69ccaa213",
Expand Down

0 comments on commit c55b36d

Please sign in to comment.