Skip to content

Commit

Permalink
chore(store): bump patch version
Browse files Browse the repository at this point in the history
  • Loading branch information
Isaac-DeFrain committed Jan 2, 2025
1 parent 7389416 commit 99053ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust/src/store/version.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ pub struct IndexerStoreVersion {
impl IndexerStoreVersion {
pub const MAJOR: u32 = 0;
pub const MINOR: u32 = 13;
pub const PATCH: u32 = 1;
pub const PATCH: u32 = 2;

/// Output as `MAJOR`.`MINOR`.`PATCH`
pub fn major_minor_patch(&self) -> String {
Expand Down

0 comments on commit 99053ec

Please sign in to comment.