Skip to content

Commit

Permalink
feat: Update provers current version (#1872)
Browse files Browse the repository at this point in the history
## What ❔

Update current version of provers

## Why ❔

<!-- Why are these changes done? What goal do they contribute to? What
are the principles behind them? -->
<!-- Example: PR templates ensure PR reviewers, observers, and future
iterators are in context about the evolution of repos. -->

## Checklist

<!-- Check your PR fulfills the following items. -->
<!-- For draft PRs check the boxes as you complete them. -->

- [ ] PR title corresponds to the body of PR (we generate changelog
entries from PRs).
- [ ] Tests for the changes have been added / updated.
- [ ] Documentation comments have been added / updated.
- [ ] Code has been formatted via `zk fmt` and `zk lint`.
- [ ] Spellcheck has been run via `zk spellcheck`.
- [ ] Linkcheck has been run via `zk linkcheck`.
  • Loading branch information
Artemka374 authored May 7, 2024
1 parent 29a4ffc commit bb5f129
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/lib/basic_types/src/protocol_version.rs
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ impl ProtocolVersionId {
}

pub fn current_prover_version() -> Self {
Self::Version23
Self::Version24
}

pub fn next() -> Self {
Expand Down

0 comments on commit bb5f129

Please sign in to comment.