diff --git a/CHANGELOG.md b/CHANGELOG.md
index cef857532d7b862c8421a2384284db3da3b8ab6b..349c0758ddbaa54dfdfbdcb90e7b45a623959d4f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,4 @@
-# v1.2.1 (in development)
+# v2.0.0 (in development)
 **User Facing**
 * Check Design File for spaces in name and file contents
 * Attempt to preven thredding error (which appears to only happen on 256GBv1 nodes)
diff --git a/workflow/nextflow.config b/workflow/nextflow.config
index 9496393761215272fc8cfe7e8b28048b7960555d..863af3cc580ccad2bfd98d2d9c7ad647b8ae2d34 100644
--- a/workflow/nextflow.config
+++ b/workflow/nextflow.config
@@ -38,6 +38,6 @@ manifest {
   homePage = 'https://git.biohpc.swmed.edu/BICF/Astrocyte/cellranger_count'
   description = 'This pipeline is a wrapper for the cellranger count tool from 10x Genomics. It takes fastq files from 10x Genomics Single Cell Gene Expression libraries, performs alignment, filtering, barcode counting, and UMI counting. It uses the Chromium cellular barcodes to generate gene-barcode matrices, determine clusters, and perform gene expression analysis.'
   mainScript = 'main.nf'
-  version = 'v1.2.1_indev'
+  version = 'v2.0.0_indev'
   nextflowVersion = '>=0.31.0'
-}
\ No newline at end of file
+}