summary refs log tree commit diff stats
path: root/compiler
diff options
context:
space:
mode:
authorflywind <xzsflywind@gmail.com>2022-01-13 21:43:35 +0800
committerGitHub <noreply@github.com>2022-01-13 14:43:35 +0100
commit40a9c33eff099a37be236826f84eb2064d0ec247 (patch)
tree8624d815fff107f34bf2b96c96b1577494d8af82 /compiler
parenta9135095f02587430b179a33ae03910d0d4201cd (diff)
downloadNim-40a9c33eff099a37be236826f84eb2064d0ec247.tar.gz
update copyright year (#19381)
Diffstat (limited to 'compiler')
-rw-r--r--compiler/options.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/options.nim b/compiler/options.nim
index 9e957332f..5cfe58119 100644
--- a/compiler/options.nim
+++ b/compiler/options.nim
@@ -19,7 +19,7 @@ const
   useEffectSystem* = true
   useWriteTracking* = false
   hasFFI* = defined(nimHasLibFFI)
-  copyrightYear* = "2021"
+  copyrightYear* = "2022"
 
   nimEnableCovariance* = defined(nimEnableCovariance)