Skip to content
This repository has been archived by the owner on Mar 27, 2022. It is now read-only.

Commit

Permalink
Bump version to 1.0.0-BETA-4
Browse files Browse the repository at this point in the history
  • Loading branch information
conorthedev committed Jul 27, 2020
1 parent f6511e4 commit 9b7c0f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
}

group 'org.mediamod.updater'
version '1.0.0-BETA-3'
version '1.0.0-BETA-4'

repositories {
mavenCentral()
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/mediamod/updater/utils/Metadata.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package org.mediamod.updater.utils;

public class Metadata {
public static final String VERSION = "1.0.0-BETA-3";
public static final String VERSION = "1.0.0-BETA-4";
}

0 comments on commit 9b7c0f9

Please sign in to comment.