aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKonstantin Ryabitsev <konstantin@linuxfoundation.org>2024-02-15 14:18:41 -0500
committerKonstantin Ryabitsev <konstantin@linuxfoundation.org>2024-02-15 14:18:41 -0500
commit5ce50f54f57947c2a259f58b94f0579a7363953f (patch)
tree267f14f7f2fd8962e51ed2680324346f357e79ce
parentb7ccd0f51896e38b995fe0e36f2388f65535593c (diff)
downloadb4-5ce50f54f57947c2a259f58b94f0579a7363953f.tar.gz
Update version to 0.14-dev
Time to add more cool stuff to b4! Signed-off-by: Konstantin Ryabitsev <konstantin@linuxfoundation.org>
-rw-r--r--b4/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/b4/__init__.py b/b4/__init__.py
index 7c803fa..66393ab 100644
--- a/b4/__init__.py
+++ b/b4/__init__.py
@@ -63,7 +63,7 @@ except ModuleNotFoundError:
# global setting allowing us to turn off networking
can_network = True
-__VERSION__ = '0.13-dev'
+__VERSION__ = '0.14-dev'
PW_REST_API_VERSION = '1.2'