Skip to content

Commit

Permalink
v0.68 (#647)
Browse files Browse the repository at this point in the history
updated planner
  • Loading branch information
turbocrime authored Mar 3, 2024
1 parent 3ba70bb commit a4f941e
Show file tree
Hide file tree
Showing 7 changed files with 124 additions and 122 deletions.
2 changes: 1 addition & 1 deletion apps/extension/src/utils/download-proving-keys.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import * as fs from 'fs';
import * as path from 'path';
import { provingKeys } from '@penumbra-zone/types/src/proving-keys';

const VERSION_TAG = 'v0.68.0-alpha.2';
const VERSION_TAG = 'v0.68.0';

const githubSourceDir = `https://github.com/penumbra-zone/penumbra/raw/${VERSION_TAG}/crates/crypto/proof-params/src/gen/`;

Expand Down
Loading

0 comments on commit a4f941e

Please sign in to comment.