We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fba3a0 commit 743ba14Copy full SHA for 743ba14
1 file changed
javaloader/JavaLoader.cfc
@@ -211,7 +211,7 @@ Purpose: Utlitity class for loading Java Classes
211
</cffunction>
212
213
<cffunction name="getVersion" hint="Retrieves the version of the loader you are using" access="public" returntype="string" output="false">
214
- <cfreturn "1.1">
+ <cfreturn "1.2">
215
216
217
<!------------------------------------------- PACKAGE ------------------------------------------->
@@ -605,4 +605,4 @@ Copies a directory.
605
</cfloop>
606
607
608
-</cfcomponent>
+</cfcomponent>
0 commit comments