Skip to content

Commit

Permalink
forgot to add constants file
Browse files Browse the repository at this point in the history
  • Loading branch information
rob-p committed Jan 6, 2022
1 parent c7fc385 commit 00faaed
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/constants.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
/*
* Copyright (c) 2020-2022 Rob Patro, Avi Srivastava, Hirak Sarkar, Dongze He, Mohsen Zakeri.
*
* This file is part of alevin-fry
* (see https://github.com/COMBINE-lab/alevin-fry).
*
* License: 3-clause BSD, see https://opensource.org/licenses/BSD-3-Clause
*/

pub(crate) const PERMIT_FILE_VER: u64 = 1;

0 comments on commit 00faaed

Please sign in to comment.