diff --git a/lib/apex/igate_tcp.rb b/lib/apex/igate_tcp.rb
index 3ee2cee3ae433a18be8ab976d3fae2a7f2eb744f..d2a9cd13cc732faf1cb74d33b5e506ff15ce32a0 100644
--- a/lib/apex/igate_tcp.rb
+++ b/lib/apex/igate_tcp.rb
@@ -12,7 +12,7 @@ module Apex
             else
                 @url = DEFAULT_APRSIS_URL
             end
-            @auth = ['user', user, 'pass', password, 'vers', 'APRS Python Module'].join(' ')
+            @auth = ['user', user, 'pass', password, 'vers', 'APEX-APRS Ruby Module'].join(' ')
             @aprsis_sock = nil
             @data_buffer = ''
             @packet_buffer = []
@@ -161,4 +161,4 @@ module Apex
             end
         end
     end
-end
\ No newline at end of file
+end