Skip to content

Commit e8188a2

Browse files
committed
πŸ†™ Bumped Project Version number to 0.12.0-beta
Signed-off-by: MaFeLP <60669873+MaFeLP@users.noreply.github.com>
1 parent 36f47ad commit e8188a2

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

β€Žpom.xmlβ€Ž

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

77
<groupId>com.github.mafelp</groupId>
88
<artifactId>mcdc</artifactId>
9-
<version>0.11.0-beta</version>
9+
<version>0.12.0-beta</version>
1010
<packaging>jar</packaging>
1111

1212
<name>Mcdc</name>

β€Žsrc/main/java/com/github/mafelp/utils/Settings.javaβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public class Settings {
3636
/**
3737
* version number of the plugin - displayed to users
3838
*/
39-
public static final String version = "v0.11.0-beta";
39+
public static final String version = "v0.12.0-beta";
4040

4141
/**
4242
* enables more information being displayed while executing events
@@ -322,4 +322,4 @@ public static String getApiToken() {
322322
public static File getConfigurationFileDirectory() {
323323
return configurationFileDirectory;
324324
}
325-
}
325+
}

0 commit comments

Comments
Β (0)