blob: 1f53062f201a89b1c7441a75cdc8cec97cf5aef9 [file] [log] [blame]
// Copyright 2018 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
/// The Sledge version number.
/// Changing this value is a breaking change that results in clients not being
/// able to access their data.
/// This number should only be increased.
const int sledgeVersion = 3;