lib/rjack-jdbc-postgres/base.rb in rjack-jdbc-postgres-9.3.1100.0 vs lib/rjack-jdbc-postgres/base.rb in rjack-jdbc-postgres-9.3.1101.0

- old
+ new

@@ -1,7 +1,7 @@ #-- -# Copyright (c) 2013 David Kellum +# Copyright (c) 2013-2014 David Kellum # All rights reserved. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are # met: @@ -30,10 +30,10 @@ module RJack module JDBCPostgres # Postgres JDBC Driver version - DRIVER_VERSION = "9.3-1100" + DRIVER_VERSION = "9.3-1101" # rjack gem version VERSION = DRIVER_VERSION.gsub( '-', '.' ) + '.0' LIB_DIR = File.dirname( __FILE__ ) # :nodoc: