Skip to content

Commit

Permalink
Set version as 1.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mohierf committed Mar 29, 2018
1 parent 727dc4a commit b60afa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alignak_backend/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
This module is an Alignak REST backend
"""
# Application version and manifest
VERSION = (1, 4, 3)
VERSION = (1, 4, 4)

__application__ = u"Alignak_Backend"
__short_version__ = '.'.join((str(each) for each in VERSION[:2]))
Expand Down

0 comments on commit b60afa3

Please sign in to comment.