Skip to content

Commit

Permalink
add trailing zero to version number (#1833)
Browse files Browse the repository at this point in the history
2.2.1 -> 2.2.1.0
  • Loading branch information
MarnixCroes authored Sep 23, 2024
1 parent b0072d6 commit 4a88704
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/.vuepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export default defineUserConfig({
const render = md.renderer.render;

const variables = {
currentVersion: '2.2.1',
currentVersion: '2.2.1.0',
dotnetVersion: '8.0',
zksnacksPublicKeyFingerprint: '6FB3 872B 5D42 292F 5992 0797 8563 4832 8949 861E'
}
Expand Down

0 comments on commit 4a88704

Please sign in to comment.