1: <?php 2: 3: namespace Guzzle\Common; 4: 5: /** 6: * Guzzle version information 7: */ 8: class Version 9: { 10: const VERSION = '3.4.3'; 11: } 12: