Skip to content

Commit

Permalink
Bump version name in binary
Browse files Browse the repository at this point in the history
  • Loading branch information
harelba committed Apr 20, 2017
1 parent b47417a commit 6a4a598
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/q
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
#
# Run with --help for command line details
#
q_version = "1.6.0"
q_version = "1.6.3"

__all__ = [ 'QTextAsData' ]

Expand Down Expand Up @@ -997,7 +997,7 @@ def determine_max_col_lengths(m,output_field_quoting_func,output_delimiter):

def print_credentials():
print >>sys.stderr,"q version %s" % q_version
print >>sys.stderr,"Copyright (C) 2012-2014 Harel Ben-Attia (harelba@gmail.com, @harelba on twitter)"
print >>sys.stderr,"Copyright (C) 2012-2017 Harel Ben-Attia (harelba@gmail.com, @harelba on twitter)"
print >>sys.stderr,"http://harelba.github.io/q/"
print >>sys.stderr

Expand Down

0 comments on commit 6a4a598

Please sign in to comment.