From 46dfa7d6debd092108c1c2d15f0fe0d018812f4e Mon Sep 17 00:00:00 2001 From: nextmv-bot Date: Thu, 17 Oct 2024 03:43:27 +0000 Subject: [PATCH] Bump version to v1.8.0-dev.5 --- VERSION | 2 +- nextroute/__about__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 74d398a..145d5c3 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v1.8.0-dev.3 +v1.8.0-dev.5 diff --git a/nextroute/__about__.py b/nextroute/__about__.py index 33658b1..1f1d52b 100644 --- a/nextroute/__about__.py +++ b/nextroute/__about__.py @@ -1,3 +1,3 @@ # © 2019-present nextmv.io inc -__version__ = "v1.8.0.dev3" +__version__ = "v1.8.0.dev5"