mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Merge branch 'bump-rtsim' into 'master'
Bump rtsim version for frost gigas See merge request veloren/veloren!3960
This commit is contained in:
commit
65c0e224a6
@ -29,7 +29,7 @@ use std::{
|
||||
/// Note that this number does *not* need incrementing on every change: most
|
||||
/// field removals/additions are fine. This number should only be incremented
|
||||
/// when we wish to perform a *hard purge* of rtsim data.
|
||||
pub const CURRENT_VERSION: u32 = 1;
|
||||
pub const CURRENT_VERSION: u32 = 2;
|
||||
|
||||
#[derive(Clone, Serialize, Deserialize)]
|
||||
pub struct Data {
|
||||
|
Loading…
Reference in New Issue
Block a user