diff options
author | Freya Murphy <freya@freyacat.org> | 2024-05-21 21:11:19 -0400 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2024-05-21 21:11:19 -0400 |
commit | 8d544d58af232e82c740cfcb271d20965020c133 (patch) | |
tree | b258dacda826fe8ca7d9c703588262a153b9f6d5 /src/web/lang/en_US/common_lang.php | |
parent | fix modals (diff) | |
download | xssbook2-8d544d58af232e82c740cfcb271d20965020c133.tar.gz xssbook2-8d544d58af232e82c740cfcb271d20965020c133.tar.bz2 xssbook2-8d544d58af232e82c740cfcb271d20965020c133.zip |
things
Diffstat (limited to '')
-rw-r--r-- | src/web/lang/en_US/common_lang.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/web/lang/en_US/common_lang.php b/src/web/lang/en_US/common_lang.php index 771b20f..1d6a3e1 100644 --- a/src/web/lang/en_US/common_lang.php +++ b/src/web/lang/en_US/common_lang.php @@ -1,6 +1,6 @@ <?php /* Copyright (c) 2024 Freya Murphy */ -$lang['version'] = 'Version 2.0.3'; +$lang['version'] = 'Version 2.0.4'; $lang['copyright'] = 'Freya Murphy © 2024'; // Navigation Bar Lang |