Skip to content

Commit 8b1a038

Browse files
committed
chore: bump version to 1.0.0
1 parent da2c4c6 commit 8b1a038

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.bumpversion.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tool.bumpversion]
2-
current_version = "0.0.0"
2+
current_version = "1.0.0"
33
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
44
serialize = ["{major}.{minor}.{patch}"]
55
search = "{current_version}"

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>site.zetx.cloudflyer</groupId>
88
<artifactId>cfsolver</artifactId>
9-
<version>0.0.0</version>
9+
<version>1.0.0</version>
1010
<packaging>jar</packaging>
1111

1212
<name>CFSolver</name>

0 commit comments

Comments
 (0)