Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
iliana committed May 23, 2024
1 parent a5f49cc commit 04afc26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nexus/db-model/src/schema_versions.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ use std::collections::BTreeMap;
///
/// This must be updated when you change the database schema. Refer to
/// schema/crdb/README.adoc in the root of this repository for details.
pub const SCHEMA_VERSION: SemverVersion = SemverVersion::new(64, 0, 0);
pub const SCHEMA_VERSION: SemverVersion = SemverVersion::new(65, 0, 0);

/// List of all past database schema versions, in *reverse* order
///
Expand Down

0 comments on commit 04afc26

Please sign in to comment.