Added a comment to top of plugin stating current version

Solvaring [07-10-17 - 22:12]
Added a comment to top of plugin stating current version
Filename
ZBS_API_Files/ESOAPIXMLPlugin.lua
diff --git a/ZBS_API_Files/ESOAPIXMLPlugin.lua b/ZBS_API_Files/ESOAPIXMLPlugin.lua
index 65f5251..f004dd9 100644
--- a/ZBS_API_Files/ESOAPIXMLPlugin.lua
+++ b/ZBS_API_Files/ESOAPIXMLPlugin.lua
@@ -1,3 +1,4 @@
+-- Currently Made for API Version 100019
 local api = {
 EVENT_MANAGER = {type="class", childs = {
 RegisterForEvent = {type="method", args="(*string* _YourAddonName_, *integer* _event_, *function* _callback_)", returns="(bool:success,)",},