diff --git a/graphics/text/create_caption b/graphics/text/create_caption index bf138515..7ddbd8d6 100755 --- a/graphics/text/create_caption +++ b/graphics/text/create_caption @@ -11,7 +11,7 @@ import os font = ImageFont.load_default() -txt1 = "© 2001-2022" +txt1 = "© 2001-2023" txt2 = os.environ["VERSION"] background_image = Image.open(sys.argv[1]) background_image.load()