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

Commit b1b724e

Browse files
committed
Update Server Version
1 parent 343e142 commit b1b724e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

openbazaard.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ def on_bootstrap_complete(resp):
172172
logger.info("startup took %s seconds" % str(round(time.time() - args[7], 2)))
173173

174174
def shutdown():
175-
print "OpenBazaar Server v0.1 shutting down..."
175+
print "OpenBazaar Server v0.2.4 shutting down..."
176176
for vendor in protocol.vendors.values():
177177
db.vendors.save_vendor(vendor.id.encode("hex"), vendor.getProto().SerializeToString())
178178
PortMapper().clean_my_mappings(PORT)

0 commit comments

Comments
 (0)