Skip to content

Commit

Permalink
Bump version to 0.3.0-SNAPSHOT (#28)
Browse files Browse the repository at this point in the history
## Description

Bump version to 0.3.0-SNAPSHOT


## Type of Change

* New feature (non-breaking change which adds functionality)

## Checklist

- [x] My code follows the style guidelines of this project
- [x] I have performed a self-review of my own code
- [x] I have commented my code, particularly in hard-to-understand areas
- [x] I have made corresponding changes to the documentation
- [x] My changes generate no new warnings
- [x] I have added tests that prove my fix is effective or that my
feature works
- [x] New and existing unit/integration tests pass locally with my
changes

Signed-off-by: Jakub Stejskal <[email protected]>
  • Loading branch information
Frawless authored Jul 23, 2024
1 parent b8d263d commit 97ccb2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>io.skodjob</groupId>
<artifactId>data-generator</artifactId>
<version>0.2.0-SNAPSHOT</version>
<version>0.3.0-SNAPSHOT</version>

<licenses>
<license>
Expand Down

0 comments on commit 97ccb2e

Please sign in to comment.