We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da2c4c6 commit 8b1a038Copy full SHA for 8b1a038
2 files changed
.bumpversion.toml
@@ -1,5 +1,5 @@
1
[tool.bumpversion]
2
-current_version = "0.0.0"
+current_version = "1.0.0"
3
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
4
serialize = ["{major}.{minor}.{patch}"]
5
search = "{current_version}"
pom.xml
@@ -6,7 +6,7 @@
6
7
<groupId>site.zetx.cloudflyer</groupId>
8
<artifactId>cfsolver</artifactId>
9
- <version>0.0.0</version>
+ <version>1.0.0</version>
10
<packaging>jar</packaging>
11
12
<name>CFSolver</name>
0 commit comments