Skip to content

Commit 743ba14

Browse files
authored
Bump Version to 1.2
1 parent 2fba3a0 commit 743ba14

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

javaloader/JavaLoader.cfc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ Purpose: Utlitity class for loading Java Classes
211211
</cffunction>
212212

213213
<cffunction name="getVersion" hint="Retrieves the version of the loader you are using" access="public" returntype="string" output="false">
214-
<cfreturn "1.1">
214+
<cfreturn "1.2">
215215
</cffunction>
216216

217217
<!------------------------------------------- PACKAGE ------------------------------------------->
@@ -605,4 +605,4 @@ Copies a directory.
605605
</cfloop>
606606
</cffunction>
607607

608-
</cfcomponent>
608+
</cfcomponent>

0 commit comments

Comments
 (0)