File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33 * This file is part of uEssentials project.
44 * https://uessentials.github.io/
55 *
6- * Copyright (C) 2015-2018 leonardosnt
6+ * Copyright (C) 2015-2020 leonardosnt
77 *
88 * This program is free software; you can redistribute it and/or modify
99 * it under the terms of the GNU General Public License as published by
@@ -61,8 +61,8 @@ namespace Essentials.Core {
6161
6262 public sealed class EssCore : RocketPlugin {
6363
64- internal const string ROCKET_VERSION = "4.9.3.0 " ;
65- internal const string UNTURNED_VERSION = "3.23.8 .0" ;
64+ internal const string ROCKET_VERSION = "4.9.3.3 " ;
65+ internal const string UNTURNED_VERSION = "3.20.7 .0" ;
6666
6767#if DEV
6868 // Dev build version -- patched in compile-time (see uEssentials.csproj)
@@ -72,7 +72,7 @@ public sealed class EssCore : RocketPlugin {
7272 internal const string PLUGIN_VERSION = "999.0.0.0" ;
7373#else
7474 // Real plugin version -- manually updated.
75- internal const string PLUGIN_VERSION = "1.3.5.2 " ;
75+ internal const string PLUGIN_VERSION = "1.3.6.0 " ;
7676#endif
7777
7878#if EXPERIMENTAL
You can’t perform that action at this time.
0 commit comments