diff --git a/c8.conf b/c8.conf
index 680b04f..46f8e48 100644
--- a/c8.conf
+++ b/c8.conf
@@ -6,14 +6,14 @@ from include-excludes import *
 release_name = "CentOS Linux" 
 release_short = "CentOS"
 release_version = "8"
-version = "8.2.2004"
+version = "8.3.2011"
 
 # GENERAL SETTINGS
 comps_file = {
         'scm': 'git',
         'repo': 'https://git.centos.org/centos/comps.git',
         'branch': 'master',
-        'file': 'comps-centos-8.2.0.2004.xml',
+        'file': 'comps-centos-8.3.0.2011.xml',
 }
 
 link_type = 'hardlink-or-copy'
@@ -21,7 +21,7 @@ link_type = 'hardlink-or-copy'
 module_defaults_dir = {
         'scm': 'git',
         'repo': 'https://git.centos.org/centos/centos-module-defaults.git',
-        'branch': 'c8.2',
+        'branch': 'c8.3',
         'dir': '.',
 }
 
@@ -77,7 +77,7 @@ createrepo_checksum = "sha256"
 createrepo_use_xz = True
 createrepo_num_threads = 8
 createrepo_num_workers = 4
-createrepo_extra_args = ['--distro=cpe:/o:centos:centos:8,CentOS 8', '--revision=8.2.2004']
+createrepo_extra_args = ['--distro=cpe:/o:centos:centos:8,CentOS 8', '--revision=8.3.2011']
 
 # CHECKSUMS
 media_checksums = ['sha256']
@@ -105,12 +105,12 @@ buildinstall_skip = [
 ]
 
 image_name_format = {
-    "^BaseOS$": "{release_short}-8.2.2004-{arch}-{disc_type}{disc_num}{suffix}",
-    "^Minimal$": "{release_short}-8.2.2004-{arch}-minimal{suffix}",
-    ".*": "{release_short}-8.2.2004-{arch}-{disc_type}{disc_num}{suffix}",
+    "^BaseOS$": "{release_short}-8.3.2011-{arch}-{disc_type}{disc_num}{suffix}",
+    "^Minimal$": "{release_short}-8.3.2011-{arch}-minimal{suffix}",
+    ".*": "{release_short}-8.3.2011-{arch}-{disc_type}{disc_num}{suffix}",
 }
 
-image_volid_formats = [ '{release_short}-8.2.2004-{arch}-{disc_type}', ]
+image_volid_formats = [ '{release_short}-8.3.2011-{arch}-{disc_type}', ]
 
 # CREATEISO
 create_optional_isos = False
@@ -125,12 +125,12 @@ createiso_skip = [
 extra_isos = {
     "BaseOS": [{
         "include_variants": ["AppStream"],
-        "filename": "{release_short}-8.2.2004-{arch}-{disc_type}{disc_num}{suffix}",
+        "filename": "{release_short}-8.3.2011-{arch}-{disc_type}{disc_num}{suffix}",
         "skip_src": True,
     }],
     "Minimal": [{
         "include_variants": ["BaseOS"],
-        "filename": "{release_short}-8.2.2004-{arch}-minimal{suffix}",
+        "filename": "{release_short}-8.3.2011-{arch}-minimal{suffix}",
         "skip_src": True,
     }]
 }