diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2016-06-02 14:01:43 -0400 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2016-06-02 14:01:43 -0400 |
commit | af9a0ec3b0982e244c6d9cc1b7b5c034e9118941 (patch) | |
tree | fd15a8be5a61d61a22e4181698ae532c0b786a75 | |
parent | "Version bump for release 2.18" (diff) | |
download | irker-af9a0ec3b0982e244c6d9cc1b7b5c034e9118941.tar.xz |
Need to incrememt version in the right file.
-rwxr-xr-x | irkerd | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -45,7 +45,7 @@ RECONNECT_DELAY = 3 # Don't spam servers with connection attempts # No user-serviceable parts below this line -version = "2.17" +version = "2.18" import argparse import logging |