From 86d673c934558ac8464cb28cc19f7c119bec5349 Mon Sep 17 00:00:00 2001 From: Kalle Date: Sun, 29 Dec 2024 16:22:59 +0100 Subject: [PATCH] bump version to 1.1.7 --- src/Version.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Version.cs b/src/Version.cs index 0c4e811..2f0a928 100644 --- a/src/Version.cs +++ b/src/Version.cs @@ -4,6 +4,6 @@ namespace RollTheDice { public partial class RollTheDice : BasePlugin { - public override string ModuleVersion => "1.1.6"; + public override string ModuleVersion => "1.1.7"; } }