From c276c8f42c28aa5915d6806c3a88a209373c6827 Mon Sep 17 00:00:00 2001 From: "Erik C. Thauvin" Date: Mon, 27 May 2019 00:08:52 -0700 Subject: [PATCH] Version 0.7.3-beta+450 --- .idea/modules/mobibot.iml | 14 +++---- mobibot.ipr | 40 ++++++++++--------- .../net/thauvin/erik/mobibot/ReleaseInfo.java | 6 +-- version.properties | 6 +-- 4 files changed, 35 insertions(+), 31 deletions(-) diff --git a/.idea/modules/mobibot.iml b/.idea/modules/mobibot.iml index 4d50b07..e41bece 100644 --- a/.idea/modules/mobibot.iml +++ b/.idea/modules/mobibot.iml @@ -1,5 +1,5 @@ - + @@ -24,28 +24,28 @@ - + - + - + - + - + - + diff --git a/mobibot.ipr b/mobibot.ipr index 12cb55c..8839df2 100644 --- a/mobibot.ipr +++ b/mobibot.ipr @@ -1450,13 +1450,13 @@ - + - + - + @@ -1504,13 +1504,13 @@ - + - + - + @@ -1576,13 +1576,13 @@ - + - + - + @@ -1648,12 +1648,14 @@ - + - + - + + + @@ -1673,12 +1675,14 @@ - + - + - + + + @@ -1698,13 +1702,13 @@ - + - + - + diff --git a/src/generated/java/net/thauvin/erik/mobibot/ReleaseInfo.java b/src/generated/java/net/thauvin/erik/mobibot/ReleaseInfo.java index 3d814ec..3fd837b 100644 --- a/src/generated/java/net/thauvin/erik/mobibot/ReleaseInfo.java +++ b/src/generated/java/net/thauvin/erik/mobibot/ReleaseInfo.java @@ -14,13 +14,13 @@ import java.time.*; public final class ReleaseInfo { public static final String PROJECT = "mobibot"; public static final LocalDateTime BUILDDATE = - LocalDateTime.ofInstant(Instant.ofEpochMilli(1556362138167L), ZoneId.systemDefault()); + LocalDateTime.ofInstant(Instant.ofEpochMilli(1558940690905L), ZoneId.systemDefault()); public static final int MAJOR = 0; public static final int MINOR = 7; public static final int PATCH = 3; public static final String PRERELEASE = "beta"; - public static final String BUILDMETA = "438"; - public static final String VERSION = "0.7.3-beta+438"; + public static final String BUILDMETA = "450"; + public static final String VERSION = "0.7.3-beta+450"; /** * Disables the default constructor. diff --git a/version.properties b/version.properties index 055074f..53e0c75 100644 --- a/version.properties +++ b/version.properties @@ -1,9 +1,9 @@ #Generated by the Semver Plugin for Gradle -#Sat Apr 27 03:48:57 PDT 2019 -version.buildmeta=438 +#Mon May 27 00:04:45 PDT 2019 +version.buildmeta=450 version.major=0 version.minor=7 version.patch=3 version.prerelease=beta version.project=mobibot -version.semver=0.7.3-beta+438 +version.semver=0.7.3-beta+450