1
0
mirror of https://github.com/httpie/cli.git synced 2025-08-10 22:42:05 +02:00
This commit is contained in:
Jakub Roztocil
2021-02-06 11:17:24 +01:00
parent 173e622567
commit bb36897054
2 changed files with 5 additions and 4 deletions

View File

@@ -3,6 +3,6 @@ HTTPie: command-line HTTP client for the API era.
"""
__version__ = '2.4.0-dev'
__version__ = '2.4.0'
__author__ = 'Jakub Roztocil'
__licence__ = 'BSD'