From 76caa840bd68db020c8911dacb8c6b0d8da89a27 Mon Sep 17 00:00:00 2001 From: Edmand46 Date: Sat, 25 Jun 2022 13:26:39 +0400 Subject: [PATCH] update version --- .github/workflows/main.yml | 2 +- Ragon/Sources/Configuration/ConfigurationLoader.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index fbdc622..410fedf 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -20,7 +20,7 @@ jobs: with: tag_name: ${{ github.ref }} release_name: Ragon.SimpleServer-${{ github.ref }} - prerelease: false + prerelease: true build: name: Release diff --git a/Ragon/Sources/Configuration/ConfigurationLoader.cs b/Ragon/Sources/Configuration/ConfigurationLoader.cs index 23a9df1..f65da26 100755 --- a/Ragon/Sources/Configuration/ConfigurationLoader.cs +++ b/Ragon/Sources/Configuration/ConfigurationLoader.cs @@ -9,7 +9,7 @@ namespace Ragon.Core public static class ConfigurationLoader { private static readonly Logger _logger = LogManager.GetCurrentClassLogger(); - private static readonly string _serverVersion = "1.0.5-rc"; + private static readonly string _serverVersion = "1.0.6-rc"; private static void CopyrightInfo() {