Skip to content
This repository was archived by the owner on May 16, 2019. It is now read-only.

Commit 10c873f

Browse files
committed
2 parents 35644e8 + 237f6f2 commit 10c873f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
from ConfigParser import ConfigParser
1313
from urlparse import urlparse
1414

15-
SERVER_VERSION = "0.2.3"
15+
SERVER_VERSION = "0.2.4"
1616
PROTOCOL_VERSION = 2
1717
CONFIG_FILE = join(os.getcwd(), 'ob.cfg')
1818

openbazaard.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ class Parser(object):
219219
def __init__(self, daemon):
220220
self.daemon = daemon
221221
parser = argparse.ArgumentParser(
222-
description='OpenBazaar-Server v0.2.3',
222+
description='OpenBazaar-Server v0.2.4',
223223
usage='''
224224
python openbazaard.py <command> [<args>]
225225
python openbazaard.py <command> --help

0 commit comments

Comments
 (0)