chore: Bump version to 0.1.8-dev
This commit is contained in:
@@ -16,7 +16,7 @@ limitations under the License.
|
||||
|
||||
"""
|
||||
|
||||
VERSION_TUPLE = (0, 1, 7)
|
||||
VERSION_TUPLE = (0, 1, 8, 'dev1')
|
||||
|
||||
__version__ = '.'.join(map(str, VERSION_TUPLE))
|
||||
"""Current version of Falcon."""
|
||||
|
||||
Reference in New Issue
Block a user