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

Commit

Permalink
Set version to 1.0.0-BETA-1
Browse files Browse the repository at this point in the history
  • Loading branch information
conorthedev committed Jul 18, 2020
1 parent 60d1f66 commit da71925
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-SNAPSHOT'
version '1.0.0-BETA-1'

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";
public static final String VERSION = "1.0.0-BETA-1";
}

0 comments on commit da71925

Please sign in to comment.