Skip to content

Commit

Permalink
chore(main): release 0.1.1-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Oct 17, 2024
1 parent 0a3c5fe commit f5fb80f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>ch.heigvd.dai</groupId>
<artifactId>shadow</artifactId>
<version>0.0.1</version>
<version>0.1.1-SNAPSHOT</version>

<properties>
<maven.compiler.source>21</maven.compiler.source>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/ch/heigvd/dai/commands/Root.java
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
*/
@CommandLine.Command(
description = "shadow - a CLI tool to hide files inside BMP images",
version = "0.0.1", // x-release-please-version
version = "0.1.1-SNAPSHOT", // x-release-please-version
subcommands = {
Hide.class,
Expose.class,
Expand Down

0 comments on commit f5fb80f

Please sign in to comment.