From f5fb80f10554118e2ec9495d6f48d487adb45e82 Mon Sep 17 00:00:00 2001
From: "github-actions[bot]"
<41898282+github-actions[bot]@users.noreply.github.com>
Date: Thu, 17 Oct 2024 09:05:34 +0000
Subject: [PATCH] chore(main): release 0.1.1-SNAPSHOT
---
pom.xml | 2 +-
src/main/java/ch/heigvd/dai/commands/Root.java | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 6bc4b72..d35bf62 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
ch.heigvd.dai
shadow
- 0.0.1
+ 0.1.1-SNAPSHOT
21
diff --git a/src/main/java/ch/heigvd/dai/commands/Root.java b/src/main/java/ch/heigvd/dai/commands/Root.java
index 90bbab7..0bb40ec 100644
--- a/src/main/java/ch/heigvd/dai/commands/Root.java
+++ b/src/main/java/ch/heigvd/dai/commands/Root.java
@@ -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,