From 0609f3912b751480ee528d75f2cb668aacee95d1 Mon Sep 17 00:00:00 2001 From: Cole Marshall Date: Tue, 31 Jan 2023 15:57:46 -0600 Subject: [PATCH] World Currencies - Update version number --- world_currencies.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/world_currencies.sql b/world_currencies.sql index 380a1da..ab217dc 100644 --- a/world_currencies.sql +++ b/world_currencies.sql @@ -1,5 +1,5 @@ -- World Currencies (ISO 4217) --- SQL Table | v2.1.1 (2023) +-- SQL Table | v2.1.2 (2023) -- https://github.com/ccmars/world-data DROP TABLE IF EXISTS `world_currencies`;