Skip to content

Commit

Permalink
Release v2.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
codingjoe committed Mar 16, 2017
1 parent c0ba034 commit f2ec8d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion health_check/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
# Used by setup.py, so minimize top-level imports.

VERSION = (2, 2, 2)
VERSION = (2, 2, 3)

__version__ = ".".join(str(i) for i in VERSION)

0 comments on commit f2ec8d1

Please sign in to comment.