We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c608c5 commit 7d22443Copy full SHA for 7d22443
exasol/toolbox/version.py
@@ -2,6 +2,6 @@
2
# This file is generated, do not edit it manually!
3
# If you need to change the version, do so in the project.toml, e.g. by using `poetry version X.Y.Z`.
4
MAJOR = 0
5
-MINOR = 1
+MINOR = 2
6
PATCH = 0
7
VERSION = f"{MAJOR}.{MINOR}.{PATCH}"
0 commit comments